fromJson static method

CategoryEnum? fromJson(
  1. dynamic value
)

Implementation

static CategoryEnum? fromJson(dynamic value) => CategoryEnumTypeTransformer().decode(value);