hasNone property

bool get hasNone

Returns whether this snapshot has neither data/error.

Implementation

bool get hasNone => !hasData && !hasError;