ItemImportRequest.fromJson constructor

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

Implementation

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