breakBefore property

String get breakBefore

Implementation

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

Implementation

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