Data.fromJson constructor

Data.fromJson(
  1. String str
)

Implementation

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