Item.fromRawJson constructor

Item.fromRawJson(
  1. String str
)

Implementation

factory Item.fromRawJson(String str) => Item.fromJson(json.decode(str));