breakBefore property

String breakBefore

Implementation

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

Implementation

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