insetBlock property

String insetBlock

Implementation

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

Implementation

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