Language class
Constructors
- Language.fromCode(String code, [String? countryCode])
-
factory
Properties
- code → String
-
final
- countryCode → String?
-
final
- digits → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- locale → String
-
no setter
- name → String?
-
final
- nameInNative → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
source
→ Map<
String, dynamic> -
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
search(
String query) → bool -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override