socketTypeHash property

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

This appears to be used to select which socket ultimately gets the override defined here.

Implementation

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