LangPackLanguage class

Lang Pack Language.

ID: eeca5ce3.

Inheritance

Constructors

LangPackLanguage({required bool official, required bool rtl, required bool beta, required String name, required String nativeName, required String langCode, String? baseLangCode, required String pluralCode, required int stringsCount, required int translatedCount, required String translationsUrl})
Lang Pack Language constructor.
const
LangPackLanguage.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

baseLangCode String?
Base Lang Code.
final
beta bool
beta: bit 3 of flags.3?true
final
flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
langCode String
Lang Code.
final
name String
Name.
final
nativeName String
Native Name.
final
official bool
official: bit 0 of flags.0?true
final
pluralCode String
Plural Code.
final
rtl bool
rtl: bit 2 of flags.2?true
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringsCount int
Strings Count.
final
translatedCount int
Translated Count.
final
translationsUrl String
Translations Url.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

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