UCategoryReadParams.fromJson constructor

UCategoryReadParams.fromJson(
  1. String str
)

Implementation

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