UContentReadParams.fromJson constructor

UContentReadParams.fromJson(
  1. String str
)

Implementation

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