Amount constructor

Amount([
  1. void updates(
    1. AmountBuilder b
    )
])

Implementation

factory Amount([void updates(AmountBuilder b)]) = _$Amount;