opposingGroupHashes property

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

A quick reference of Groups whose nodes will be deactivated if any node in this group is activated.

Implementation

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