isNotCreate property

bool get isNotCreate

Returns true if this value is not create, otherwise false.

Implementation

bool get isNotCreate => !isCreate;