threshold property
ThresholdRepaymentBuilder
get
threshold
Implementation
ThresholdRepaymentBuilder get threshold =>
_$this._threshold ??= ThresholdRepaymentBuilder();
set
threshold
(ThresholdRepaymentBuilder? threshold)
Implementation
set threshold(ThresholdRepaymentBuilder? threshold) =>
_$this._threshold = threshold;