dccAmount property

AmountBuilder get dccAmount

Implementation

AmountBuilder get dccAmount => _$this._dccAmount ??= AmountBuilder();
set dccAmount (AmountBuilder? dccAmount)

Implementation

set dccAmount(AmountBuilder? dccAmount) => _$this._dccAmount = dccAmount;