ResCategory.fromJson constructor

ResCategory.fromJson(
  1. String str
)

Implementation

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