fromJson static method

JWKSEd25519PublicKeyCrvEnum? fromJson(
  1. dynamic value
)

Implementation

static JWKSEd25519PublicKeyCrvEnum? fromJson(dynamic value) =>
    JWKSEd25519PublicKeyCrvEnumTypeTransformer().decode(value);