Pokedex
    Preparing search index...

    Value object representing a Pokemon

    Index

    Constructors

    • Parameters

      • name: string

        The name of the Pokemon

      • description: string

        The description of the Pokemon

      • habitat: string

        The habitat of the Pokemon

      • isLegendary: boolean

        Whether the Pokemon is legendary

      Returns Pokemon

    Properties

    description: string

    The description of the Pokemon

    habitat: string

    The habitat of the Pokemon

    isLegendary: boolean

    Whether the Pokemon is legendary

    name: string

    The name of the Pokemon