fromJson static method

JWTTemplateObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static JWTTemplateObjectEnum? fromJson(dynamic value) =>
    JWTTemplateObjectEnumTypeTransformer().decode(value);