SetCertificatesDetails class

Constructors

SetCertificatesDetails({int? certificatesRequestId, Error? error, required List<ClientCertificateInfo> clientCertificates})
SetCertificatesDetails.fromJS(SetCertificatesDetails _wrapped)

Properties

certificatesRequestId int?
When called in response to onCertificatesUpdateRequested, should contain the received certificatesRequestId value. Otherwise, should be unset.
getter/setter pair
clientCertificates List<ClientCertificateInfo>
List of currently available client certificates.
getter/setter pair
error Error?
Error that occurred while extracting the certificates, if any. This error will be surfaced to the user when appropriate.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → SetCertificatesDetails
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited