nodeIndexes property
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;