toJson method

Map<String, dynamic> toJson()

Implementation

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