LangTag class

A normal language tag as per RFC 5646

Implemented types

Properties

extendedLanguageSubtags String?
ISO 639 code
final
extension String?
final
hashCode int
The hash code for this object.
no setterinherited
isValid bool
no setter
language String
ISO 639-[1|2|3|5] language code
final
privateuse String?
final
region String?
ISO 3166-1 or UN M.49 code
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
script String?
ISO 15924 code
final
tag String
no setteroverride
type String
final
variant String?
final

Methods

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

Operators

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