jdOrPddCategoryFromJson function

List<JdOrPddCategory> jdOrPddCategoryFromJson(
  1. String str
)

Implementation

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