maxTurns property

  1. @JsonKey(name: 'max_turns')
int? maxTurns
inherited

The maximum number of turns this move continues to take effect. Null if it always only lasts one turn.

Implementation

@JsonKey(name: 'max_turns')
int? get maxTurns => throw _privateConstructorUsedError;