nodeIndexes property

  1. @JsonKey(name: 'nodeIndexes')
List<int>? nodeIndexes
getter/setter pair

The list of node indexes for the exclusive set. Historically, these were indexes. I would have liked to replace this with nodeHashes for consistency, but it's way too late for that. (9:09 PM, he's right!)

Implementation

@JsonKey(name:'nodeIndexes')
List<int>? nodeIndexes;