orphans property Null safety

String orphans

Gets the value of "orphans"

Implementation

String get orphans => getPropertyValue('orphans');
void orphans= (String value)

Sets the value of "orphans"

Implementation

set orphans(String value) {
  setProperty('orphans', value, '');
}