fromJson static method

IntrospectionResponseTokenTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static IntrospectionResponseTokenTypeEnum? fromJson(dynamic value) => IntrospectionResponseTokenTypeEnumTypeTransformer().decode(value);