tls property
bool
get
tls
Implementation
bool get tls => _delegate.tsl;
set
tls
(bool value)
Implementation
set tls(bool value) => _delegate.tsl = value;