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