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