Data.fromRawJson constructor

Data.fromRawJson(
  1. String str
)

Implementation

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