BatchItem.fromJson constructor

BatchItem.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory BatchItem.fromJson(Map<String, dynamic> json) =>
    _$BatchItemFromJson(json);