isBaby property

  1. @JsonKey(name: 'is_baby')
bool isBaby
inherited

Whether or not this link is for a baby Pokémon. This would only ever be true on the base link.

Implementation

@JsonKey(name: 'is_baby')
bool get isBaby => throw _privateConstructorUsedError;