toJson method

Map<String, dynamic> toJson()

Implementation

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