Represents the properties used for identifying the uniqueness of the object.
Useful when comparing two instances of the class.
@override List<Object?> get props => [id, currency, code, vatRates];