lastFourDigits property

String? lastFourDigits

Implementation

String? get lastFourDigits => _$this._lastFourDigits;
void lastFourDigits=(String? lastFourDigits)

Implementation

set lastFourDigits(String? lastFourDigits) =>
    _$this._lastFourDigits = lastFourDigits;