fromJson static method

JWKSEd25519PrivateKeyCrvEnum? fromJson(
  1. dynamic value
)

Implementation

static JWKSEd25519PrivateKeyCrvEnum? fromJson(dynamic value) =>
    JWKSEd25519PrivateKeyCrvEnumTypeTransformer().decode(value);