open property
String
get
open
The string that will trigger the automatic insertion of the closing string.
Implementation
_i2.String get open => _i5.getProperty(
this,
'open',
);
set
open
(String value)
Implementation
set open(_i2.String value) {
_i5.setProperty(
this,
'open',
value,
);
}