Money.init constructor

const Money.init([
  1. int fmu = 0,
  2. String currency = '',
  3. int precision = 100000
])

Implementation

const Money.init([this.fmu = 0, this.currency = '', this.precision = 100000]);