fromJson static method

VariablePropertiesTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static VariablePropertiesTypeEnum? fromJson(dynamic value) =>
    VariablePropertiesTypeEnumTypeTransformer().decode(value);