fromJson static method

GroupTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static GroupTypeEnum? fromJson(dynamic value) => GroupTypeEnumTypeTransformer().decode(value);