insert property
dynamic
get
insert
Position(s) to add.
Implementation
_i2.dynamic get insert => _i4.getProperty(
this,
'insert',
);
set
insert
(dynamic value)
Implementation
set insert(_i2.dynamic value) {
_i4.setProperty(
this,
'insert',
value,
);
}