fix errors
This commit is contained in:
@@ -22,4 +22,10 @@ class CustomDuty {
|
||||
'fee': fee,
|
||||
};
|
||||
}
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => other is CustomDuty && other.id == id;
|
||||
|
||||
@override
|
||||
int get hashCode => id.hashCode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user