noError property
bool
get
noError
Returns true if there was not an error recently.
Implementation
bool get noError => throw UnimplementedError();
Returns true if there was not an error recently.
bool get noError => throw UnimplementedError();