Currency constructor

Currency({
  1. String? code,
  2. String? name,
  3. String? symbol,
})

Implementation

Currency({this.code, this.name, this.symbol});