isNotDeleteResult property
bool
get
isNotDeleteResult
Returns true if this data is not DeleteResult, otherwise false.
Implementation
bool get isNotDeleteResult => !isDeleteResult;
Returns true if this data is not DeleteResult, otherwise false.
bool get isNotDeleteResult => !isDeleteResult;