isLocalError property

bool get isLocalError

Checks if the result is a local error.

Implementation

bool get isLocalError => this is LocalErrorResult;