fromJson static method

JWKSEd25519PrivateKeyKtyEnum? fromJson(
  1. dynamic value
)

Implementation

static JWKSEd25519PrivateKeyKtyEnum? fromJson(dynamic value) =>
    JWKSEd25519PrivateKeyKtyEnumTypeTransformer().decode(value);