isHidden property

  1. @JsonKey(name: 'is_hidden')
bool isHidden
inherited

Whether or not this a hidden ability for the referenced Pokémon.

Implementation

@JsonKey(name: 'is_hidden')
bool get isHidden => throw _privateConstructorUsedError;