tsl property

bool get tsl

Implementation

bool get tsl => js_util.getProperty(this, 'tsl');
set tsl (bool newValue)

Implementation

set tsl(bool newValue) {
  js_util.setProperty(this, 'tsl', newValue);
}