asError property
override
If this is an error result, returns itself.
Otherwise returns null
.
Implementation
ErrorResult get asError => this;
If this is an error result, returns itself.
Otherwise returns null
.
ErrorResult get asError => this;