Currency constructor
Implementation
Currency({
this.id,
required this.code,
this.type,
required this.mainExchange,
this.createdAt,
this.updatedAt,
this.name,
required this.plural,
this.translations,
});
Currency({
this.id,
required this.code,
this.type,
required this.mainExchange,
this.createdAt,
this.updatedAt,
this.name,
required this.plural,
this.translations,
});