fee property

dynamic get fee

Implementation

get fee => this._fee;
set fee (dynamic value)

Implementation

set fee(value) => this._fee = value;