maxInlineSize property

String maxInlineSize

Implementation

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

Implementation

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