fromJson static method

AttributeDefinitionCreateGroupTypeEnum fromJson(
  1. dynamic value
)

Implementation

static AttributeDefinitionCreateGroupTypeEnum fromJson(dynamic value) =>
  AttributeDefinitionCreateGroupTypeEnumTypeTransformer().decode(value);