toJson method

Map<String, dynamic> toJson()

Implementation

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