l property

dynamic l

Implementation

dynamic get l => js_util.getProperty(this, 'l');
void l=(dynamic newValue)

Implementation

set l(dynamic newValue) {
  js_util.setProperty(this, 'l', newValue);
}