maxInlineSize property
String
get
maxInlineSize
Implementation
_i2.String get maxInlineSize => _i4.getProperty(
this,
'maxInlineSize',
);
set
maxInlineSize
(String value)
Implementation
set maxInlineSize(_i2.String value) {
_i4.setProperty(
this,
'maxInlineSize',
value,
);
}