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