hasNoError property

bool hasNoError

Returns whether this snapshot has a null error value.

Implementation

bool get hasNoError => !hasError;