toJson method

Map<String, dynamic> toJson()

Implementation

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