exists property

bool get exists

Whether this model has been persisted to the database.

Implementation

bool get exists => id != null;