Language enum

All languages available in Open Weather Map API.

Inheritance

Constructors

Language()
const

Values

afrikaans → const Language
albanian → const Language
arabic → const Language
azerbaijani → const Language
bulgarian → const Language
catalan → const Language
czech → const Language
danish → const Language
german → const Language
greek → const Language
english → const Language
basque → const Language
persian → const Language
finnish → const Language
french → const Language
galician → const Language
hebrew → const Language
hindi → const Language
croatian → const Language
hungarian → const Language
indonesian → const Language
italian → const Language
japanese → const Language
korean → const Language
latvian → const Language
lithuanian → const Language
macedonian → const Language
norwegian → const Language
dutch → const Language
polish → const Language
portuguese → const Language
portugueseBrasil → const Language
romanian → const Language
russian → const Language
swedish → const Language
slovak → const Language
slovenian → const Language
spanish → const Language
serbian → const Language
thai → const Language
turkish → const Language
ukrainian → const Language
vietnamese → const Language
chineseSimplified → const Language
chineseTraditional → const Language
zulu → const Language

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<Language>
A constant List of the values in this enum, in order of their declaration.