fee property

int? get fee

Implementation

int? get fee => _$this._fee;
set fee (int? fee)

Implementation

set fee(int? fee) => _$this._fee = fee;