Currency constructor

Currency(
  1. String type,
  2. {double? amount}
)

Implementation

Currency(this.type, {this.amount});