fromJson static method

TemplateObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static TemplateObjectEnum? fromJson(dynamic value) =>
    TemplateObjectEnumTypeTransformer().decode(value);