toJson method

Map<String, dynamic> toJson()

Implementation

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