toJson method

Map<String, dynamic> toJson()

Implementation

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