fromJson static method

JWKSKeysInnerKtyEnum? fromJson(
  1. dynamic value
)

Implementation

static JWKSKeysInnerKtyEnum? fromJson(dynamic value) =>
    JWKSKeysInnerKtyEnumTypeTransformer().decode(value);