position property

  1. @JsonKey(name: r'position')
int position
final

The position to promote the records to. If you pass objectIDs, the records are placed at this position as a group. For example, if you pronmote four objectIDs to position 0, the records take the first four positions.

Implementation

@JsonKey(name: r'position')
final int position;