UContentResponse.fromJson constructor

UContentResponse.fromJson(
  1. String str
)

Implementation

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