Weight constructor

Weight({
  1. String? amountMicros,
  2. String? unit,
})

Implementation

Weight({this.amountMicros, this.unit});