- @override
Two entities are considered equal if they have the same tableName.
Source
@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; }