index property
The index where the message was inserted or removed. Null for update
and set
.
For insertAll
, this is the starting index of the insertion.
Implementation
final int? index;
The index where the message was inserted or removed. Null for update
and set
.
For insertAll
, this is the starting index of the insertion.
final int? index;