CertificateMessage constructor

CertificateMessage({
  1. List<Certificate>? certificates,
  2. String? marker,
})

Implementation

CertificateMessage({
  this.certificates,
  this.marker,
});