isNotCreate property

bool get isNotCreate

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

Implementation

bool get isNotCreate => !isCreate;