isDefault property
bool
get
isDefault
Returns true if the ID of this object is equal to the default ID value defined in TSDefaults.
Implementation
bool get isDefault => id == TSDefaults.defaultIdValue;
Returns true if the ID of this object is equal to the default ID value defined in TSDefaults.
bool get isDefault => id == TSDefaults.defaultIdValue;