orphans property

String get orphans

Implementation

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

Implementation

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