hasOnlyDatabaseDefaults property
bool
get
hasOnlyDatabaseDefaults
returns true if only has database default
Implementation
bool get hasOnlyDatabaseDefaults =>
defaultModelValue == null && defaultPersistValue != null;