certificates property
List<RTCCertificate> ?
get
certificates
Implementation
_i2.List<_i3.RTCCertificate>? get certificates => ((_i4.getProperty(
this,
'certificates',
)) as _i2.List?)
?.cast();
set
certificates
(List<RTCCertificate> ? value)
Implementation
set certificates(_i2.List<_i3.RTCCertificate>? value) {
_i4.setProperty(
this,
'certificates',
value ?? _i6.undefined,
);
}