boardingFee property

int? get boardingFee

Implementation

int? get boardingFee => _$this._boardingFee;
set boardingFee (int? boardingFee)

Implementation

set boardingFee(int? boardingFee) => _$this._boardingFee = boardingFee;