toJson method

Map<String, dynamic> toJson()

Implementation

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