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;