breakerTypeHash property

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

Since we also have a breaker type definition, this is the hash for that breaker type for your convenience. Whether you use the enum or hash and look up the definition depends on what's cleanest for your code.

Implementation

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