orphans property

String orphans

Implementation

_i2.String get orphans => _i4.getProperty(
      this,
      'orphans',
    );
void orphans=(String value)

Implementation

set orphans(_i2.String value) {
  _i4.setProperty(
    this,
    'orphans',
    value,
  );
}