InventoryCountRequest.fromJson constructor

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

Implementation

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