fromJson static method

JWKSEcdsaPrivateKeyKtyEnum? fromJson(
  1. dynamic value
)

Implementation

static JWKSEcdsaPrivateKeyKtyEnum? fromJson(dynamic value) =>
    JWKSEcdsaPrivateKeyKtyEnumTypeTransformer().decode(value);