showInstallmentAmount property

bool? get showInstallmentAmount

Implementation

bool? get showInstallmentAmount => _$this._showInstallmentAmount;
set showInstallmentAmount (bool? showInstallmentAmount)

Implementation

set showInstallmentAmount(bool? showInstallmentAmount) =>
    _$this._showInstallmentAmount = showInstallmentAmount;