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