fromJson static method

JWKSEcdsaPublicKeyKtyEnum? fromJson(
  1. dynamic value
)

Implementation

static JWKSEcdsaPublicKeyKtyEnum? fromJson(dynamic value) =>
    JWKSEcdsaPublicKeyKtyEnumTypeTransformer().decode(value);