frontDefault property

  1. @JsonKey(name: 'front_default')
String? frontDefault
inherited

The default depiction of this Pokémon form from the front in battle.

Implementation

@JsonKey(name: 'front_default')
String? get frontDefault => throw _privateConstructorUsedError;