BatchItem.fromJson constructor

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

Implementation

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