endings property

EndingType endings

Implementation

EndingType get endings =>
    EndingType.fromValue(js_util.getProperty(this, 'endings'));
void endings=(EndingType newValue)

Implementation

set endings(EndingType newValue) {
  js_util.setProperty(this, 'endings', newValue.value);
}