asError property

ErrorResult asError
override

If this is an error result, returns itself.

Otherwise returns null.

Implementation

ErrorResult get asError => this;