dataFromJson function

Data dataFromJson(
  1. String str
)

Implementation

Data dataFromJson(String str) => Data.fromJson(jsonDecode(str));