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