listIndex property

int? listIndex
final

A document can contain multiple fields of the same name, the property serves for storing natural order of such fields, null if multiple entries aren't allowed for this field.

Implementation

final int? listIndex;