SetCustomLanguagePack class

Inheritance

Constructors

SetCustomLanguagePack({required LanguagePackInfo info, required List<LanguagePackString> strings})
Adds or changes a custom local language pack to the current localization target
const

Properties

hashCode int
The hash code for this object.
no setterinherited
info LanguagePackInfo
info Information about the language pack. Language pack setCustomLanguagePack must start with 'X', consist only of English letters, digits and hyphens, and must not exceed 64 characters. Can be called before authorization
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strings List<LanguagePackString>
strings Strings of the new language pack
final

Methods

copyWith({LanguagePackInfo? info, List<LanguagePackString>? strings}) SetCustomLanguagePack
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CONSTRUCTOR → const String