expMonth property

int? expMonth

Implementation

int? get expMonth => _$this._expMonth;
void expMonth=(int? expMonth)

Implementation

set expMonth(int? expMonth) => _$this._expMonth = expMonth;