Language class

GeneralLib

Constructors

Language({String languageCode = "id", required List<RegExpReplace> regexpReplaces})
GeneralLib

Properties

hashCode → int
The hash code for this object.
no setterinherited
language_code ↔ String
GeneralLib
getter/setter pair
regexp_replaces ↔ List<RegExpReplace>
GeneralLib
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
GeneralLib
toString() → String
A string representation of this object.
inherited
variableMessage({required String text, List<RegExpReplace>? regexpReplaces, bool isThrowOnError = false}) → String
GeneralLib

Operators

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