index property

int? index
final

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;