Language class
Constructors
-
Language({String languageCode = "id", required List<
RegExpReplace> regexpReplaces})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- language_code ↔ String
-
getter/setter pair
-
regexp_replaces
↔ List<
RegExpReplace> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendLanguage(
{required LanguageCodeData languageCodeData, required String id, List< RegExpReplace> ? regexpReplaces, String? languageCode}) → String -
toString(
) → String -
A string representation of this object.
inherited
-
variableMessage(
{required String text, List< RegExpReplace> ? regexpReplaces, bool isThrowOnError = false}) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited