toModel method

Balance toModel()

Constructs a new Balance from this BalanceMixin.

Implementation

Balance toModel() => Balance(sum: sum, currency: currency);