JdOrPddCategoryFromJson function

List<JdOrPddCategory> JdOrPddCategoryFromJson(
  1. String str
)

Implementation

List<JdOrPddCategory> JdOrPddCategoryFromJson(String str) => List<JdOrPddCategory>.from(json.decode(str).map((x) => JdOrPddCategory.fromJson(x)));