UCategoryResponse.fromJson constructor

UCategoryResponse.fromJson(
  1. String str
)

Implementation

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