toJson method

Map<String, dynamic> toJson()

Implementation

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