insert property
EnumValue
get
insert
For inserting into collections, and used as the value for ChangedEvent#change. The modified object is given by ChangedEvent#object. Use the optional ChangedEvent#propertyName to distinguish between different collections on the object. Use the ChangedEvent#newValue property to indicate the value that was inserted. Use the optional ChangedEvent#newParam property to indicate where or how, such as an array index or dictionary key.
Implementation
static _i3.EnumValue get insert => _i4.getProperty(
_declaredChangedEvent,
'Insert',
);
set
insert
(EnumValue value)
Implementation
static set insert(_i3.EnumValue value) {
_i4.setProperty(
_declaredChangedEvent,
'Insert',
value,
);
}