categoryPackWithSetFromJson function

CategoryPackWithSet categoryPackWithSetFromJson(
  1. dynamic str
)

Implementation

CategoryPackWithSet categoryPackWithSetFromJson(dynamic str) =>
    (CategoryPackWithSet.fromJson(str));