position property

  1. @JsonKey(includeIfNull: false)
int? position
finalinherited

The position in a list of activities.

When tracking interactions with content, it might be useful to provide the ordinal position (eg. 2)

This value is optional.

Implementation

@JsonKey(includeIfNull: false)
final int? position;