maxHits property

  1. @JsonKey(name: 'max_hits')
int? maxHits
inherited

The maximum number of times this move hits. Null if it always only hits once.

Implementation

@JsonKey(name: 'max_hits')
int? get maxHits => throw _privateConstructorUsedError;