effectChanges property

  1. @JsonKey(name: 'effect_changes')
List<AbilityEffectChange> effectChanges
inherited

The list of previous effects this move has had across version groups of the games.

Implementation

@JsonKey(name: 'effect_changes')
List<AbilityEffectChange> get effectChanges =>
    throw _privateConstructorUsedError;