CertificateMessage constructor
CertificateMessage({
- List<
Certificate> ? certificates, - String? marker,
Implementation
CertificateMessage({
this.certificates,
this.marker,
});