toJson method

Map<String, dynamic> toJson()

Implementation

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