LcpLocalizations class
Constructors
- LcpLocalizations(String locale)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- locale → String
-
final
- r2LcpDialogCancel → String
-
no setter
- r2LcpDialogContinue → String
-
no setter
- r2LcpDialogForgotPassphrase → String
-
no setter
- r2LcpDialogHelp → String
-
no setter
- r2LcpDialogReasonInvalidPassphrase → String
-
no setter
- r2LcpDialogReasonPassphraseNotFound → String
-
no setter
- r2LcpDialogSupport → String
-
no setter
- r2LcpDialogSupportMail → String
-
no setter
- r2LcpDialogSupportPhone → String
-
no setter
- r2LcpDialogSupportWeb → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getMessage(
String name, List< Object> ? args) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
r2LcpDialogPrompt(
String provider) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
of(
BuildContext context) → LcpLocalizations?