filterSetFromJson function

CategoryPackAttribute filterSetFromJson(
  1. dynamic str
)

Implementation

CategoryPackAttribute filterSetFromJson(dynamic str) =>
    (CategoryPackAttribute.fromJson(str));