fromJson static method

TemplateVariableVariableTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static TemplateVariableVariableTypeEnum? fromJson(dynamic value) => TemplateVariableVariableTypeEnumTypeTransformer().decode(value);