asValue property
override
If this is a value result, returns itself.
Otherwise returns null.
Implementation
ValueResult<T> get asValue => this;If this is a value result, returns itself.
Otherwise returns null.
ValueResult<T> get asValue => this;