ItemModelFromJson function

ItemModel ItemModelFromJson(
  1. String str
)

Implementation

ItemModel ItemModelFromJson(String str) => ItemModel.fromJson(json.decode(str));