fromJson static method

ElementTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static ElementTypeEnum? fromJson(dynamic value) =>
    ElementTypeEnumTypeTransformer().decode(value);