isFailure property
bool
get
isFailure
Returns true if the send attempt failed.
Implementation
bool get isFailure => this is EmailFailure;
Returns true if the send attempt failed.
bool get isFailure => this is EmailFailure;