ItemInfo.fromJson constructor

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

Implementation

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