UContentItem.fromJson constructor

UContentItem.fromJson(
  1. String str
)

Implementation

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