operator == method Null safety
- dynamic other
override
Two entities are considered equal if they have the same tableName.
Implementation
@override
bool operator ==(dynamic other) {
return tableName == other.tableName;
}
Two entities are considered equal if they have the same tableName.
@override
bool operator ==(dynamic other) {
return tableName == other.tableName;
}