FloatUnit constructor

FloatUnit({
  1. double? amount,
  2. String? unit,
})

Implementation

FloatUnit({
  this.amount,
  this.unit,
});