formNames property

  1. @JsonKey(name: 'form_names')
List<Name> formNames
inherited

The form specific form name of this Pokémon form, or empty if the form does not have a specific name.

Implementation

@JsonKey(name: 'form_names')
List<Name> get formNames => throw _privateConstructorUsedError;