SslPolicy_PostQuantumKeyExchange.fromJson constructor

SslPolicy_PostQuantumKeyExchange.fromJson(
  1. Object? json
)

Implementation

factory SslPolicy_PostQuantumKeyExchange.fromJson(Object? json) =>
    SslPolicy_PostQuantumKeyExchange(json as String);