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