isFailure property

bool get isFailure

Returns true if the send attempt failed.

Implementation

bool get isFailure => this is EmailFailure;