UContentCreateParams.fromJson constructor

UContentCreateParams.fromJson(
  1. String str
)

Implementation

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