Batch.fromJson constructor

Batch.fromJson(
  1. Map<String, dynamic> input
)

Implementation

factory Batch.fromJson(Map<String, dynamic> input) => _$BatchFromJson(input);