AFSITranslationID class
Constructors
- AFSITranslationID.new(String code)
-
const
Properties
- code → String
-
no setterinherited
- codeId → String
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- library → AFLibraryID?
-
finalinherited
- libraryTag → String
-
no setterinherited
- prefix → String?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- values → List?
-
finalinherited
- withCount → int
-
no setterinherited
-
withItems
→ List<
Object> ? -
finalinherited
Methods
-
accessFirstWithItem<
TItem extends Object> () → TItem -
inherited
-
accessSecondWithItem<
TItem extends Object> () → TItem -
inherited
-
accessThirdWithItem<
TItem extends Object> () → TItem -
inherited
-
accessWithItem<
TItem extends Object> (int n) → TItem -
inherited
-
compareTo(
AFID other) → int -
inherited
-
endsWith(
String ends) → bool -
inherited
-
insert1(
dynamic value) → AFTranslationID -
Used to insert values into translated text.
inherited
-
insert2(
dynamic v1, dynamic v2) → AFTranslationID -
See
insert1
inherited -
insert3(
dynamic v1, dynamic v2, dynamic v3) → AFTranslationID -
See
insert1
inherited -
insertN(
List values) → AFTranslationID -
See
insert1
inherited -
isKindOf(
AFID other) → bool -
inherited
-
isLibrary(
AFLibraryID lib) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- backToSignin → const AFSITranslationID
- editConfirmText → const AFSITranslationID
- messageAccountDeletionWarning → const AFSITranslationID
- messageDeletedAccount → const AFSITranslationID
- messageDeletingAccount → const AFSITranslationID
- messageResettingPassword → const AFSITranslationID
- messageSigningIn → const AFSITranslationID
- messageSigningUp → const AFSITranslationID
- titleAccountDeletionWarning → const AFSITranslationID
- titleAccountSettings → const AFSITranslationID
- titleChangeEmailSection → const AFSITranslationID
- titleChangePasswordSection → const AFSITranslationID
- titleDeletedAccount → const AFSITranslationID
- titleDeletingAccount → const AFSITranslationID
- titleForgotPassword → const AFSITranslationID
- titleSignup → const AFSITranslationID
- titleStartDeleteAccount → const AFSITranslationID