isLocalError property
bool
get
isLocalError
Checks if the result is a local error.
Implementation
bool get isLocalError => this is LocalErrorResult;
Checks if the result is a local error.
bool get isLocalError => this is LocalErrorResult;