Map<String, dynamic> toJson() { final batchItem = this.batchItem; return { 'BatchItem': batchItem, }; }