UContentLink.fromJson constructor

UContentLink.fromJson(
  1. String str
)

Implementation

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