totalNbOfPayments property

int? get totalNbOfPayments

Implementation

int? get totalNbOfPayments => _$this._totalNbOfPayments;
set totalNbOfPayments (int? totalNbOfPayments)

Implementation

set totalNbOfPayments(int? totalNbOfPayments) =>
    _$this._totalNbOfPayments = totalNbOfPayments;