UContentJson.fromJson constructor

UContentJson.fromJson(
  1. String str
)

Implementation

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