total property

  1. @BuiltValueField.new(wireName: r'total')
int get total

Total amount. A sum of principal amount and fee amount.

Implementation

@BuiltValueField(wireName: r'total')
int get total;