tax property

int? tax

Implementation

int? get tax => _$this._tax;
void tax=(int? tax)

Implementation

set tax(int? tax) => _$this._tax = tax;