interactionIndex property

  1. @JsonKey(name: 'interactionIndex')
int? interactionIndex
getter/setter pair

The position of this interaction in its parent array. Note that this is NOT content agnostic, and should not be used as such.

Implementation

@JsonKey(name:'interactionIndex')
int? interactionIndex;