randomizedOptionsCount property

  1. @JsonKey(name: 'randomizedOptionsCount')
int? randomizedOptionsCount
getter/setter pair

If this is greater than -1, the number of randomized plugs on this socket will be set to this quantity instead of whatever it's set to by default.

Implementation

@JsonKey(name:'randomizedOptionsCount')
int? randomizedOptionsCount;