fromJson static method

AttributeValueGroupTypeEnum fromJson(
  1. dynamic value
)

Implementation

static AttributeValueGroupTypeEnum fromJson(dynamic value) =>
  AttributeValueGroupTypeEnumTypeTransformer().decode(value);