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