isNotUpdateResult property
bool
get
isNotUpdateResult
Returns true if this data is not UpdateResult, otherwise false.
Implementation
bool get isNotUpdateResult => !isUpdateResult;
Returns true if this data is not UpdateResult, otherwise false.
bool get isNotUpdateResult => !isUpdateResult;