hasNoError property

bool get hasNoError

Returns whether this snapshot has a null error value.

Implementation

bool get hasNoError => !hasError;