BaseLocalization class abstract

Inheritance
Implementers

Constructors

BaseLocalization.new({required String code, required String name, String? country})

Properties

cancelApiRequestError String
no setter
code String
The language code
finalinherited
connectionError String
no setter
connectionTimeoutApiRequestError String
no setter
country String?
The language country
finalinherited
fullCode String
Get the full code of this localization. name is not included in this. Code can not be null.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
invalidStatusApiRequestError String
no setter
name String?
The language name
finalinherited
noInternetConnection String
no setter
receiveTimeoutApiRequestError String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
somethingWentWrong String
no setter

Methods

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

Operators

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