hasNotId property

bool get hasNotId

Returns true if id is null, otherwise false.

Implementation

bool get hasNotId => !hasId;