core.Map<core.String, core.dynamic> toJson() { final fixedFee = this.fixedFee; final type = this.type; return {'fixedFee': ?fixedFee, 'type': ?type}; }