fee property

int fee

Implementation

int get fee => this._mFee;
void fee=(int value)

Implementation

set fee(int value) => this._mFee = value;