Currency constructor

Currency(
  1. String code
)

Implementation

factory Currency(String code) => Currency._(code.toUpperCase());