isNotUpdate property

bool get isNotUpdate

Returns true if this data is not Update, otherwise false.

Implementation

bool get isNotUpdate => !isUpdate;