toJson method

Map<String, dynamic> toJson()

Implementation

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