end property

set end (String? end)

Implementation

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