isTransient property Null safety
Whether or not this attribute is backed directly by the database.
If transientStatus is non-null, this value will be true. Otherwise, the attribute is backed by a database field/column.
Implementation
bool get isTransient => transientStatus != null;