upperOpen property

bool get upperOpen

Returns true if the upper open flag is set, and false otherwise.

MDN Reference

Implementation

_i2.bool get upperOpen => _i4.getProperty(
      this,
      'upperOpen',
    );