getRemoteCertificates property

List<ByteBuffer> Function() get getRemoteCertificates

Implementation

_i2.List<_i5.ByteBuffer> Function() get getRemoteCertificates =>
    () => ((_i4.callMethod(
          _i4.getProperty(
            this,
            'getRemoteCertificates',
          ),
          r'call',
          [this],
        )) as _i2.List)
            .cast();
set getRemoteCertificates (List<ByteBuffer> value())

Implementation

set getRemoteCertificates(_i2.List<_i5.ByteBuffer> Function() value) {
  _i4.setProperty(
    this,
    'getRemoteCertificates',
    _i4.allowInterop(value),
  );
}