cert property
String
get
cert
Server private key in PEM format
Implementation
_i2.String get cert => _i3.getProperty(
this,
'cert',
);
set
cert
(String value)
Implementation
set cert(_i2.String value) {
_i3.setProperty(
this,
'cert',
value,
);
}