start property

set start (String? start)

Implementation

set start(String? start) {
  js_util.setProperty(this, 'start', start ?? jsUndefined);
}