contestEffect property

  1. @JsonKey(name: 'contest_effect')
APIResource? contestEffect
inherited

The effect the move has when used in a contest.

See also:

ContestEffect.

Implementation

@JsonKey(name: 'contest_effect')
APIResource? get contestEffect => throw _privateConstructorUsedError;