hit property

  1. @JsonKey(defaultValue: 0)
int hit
getter/setter pair

The number of branches hit.

Implementation

@JsonKey(defaultValue: 0)
int hit;