ShipmentCollection.fromJson constructor

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

Implementation

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