fee property

double? get fee

Implementation

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

Implementation

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