isErr property

bool get isErr

Implementation

bool get isErr => this is Err<T, E>;