MeshCertificates constructor

MeshCertificates({
  1. bool? enableCertificates,
})

Implementation

MeshCertificates({
  this.enableCertificates,
});