Strings class abstract

add all your common application strings here!

Constructors

Strings.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

alreadyHaveAnAccount → const String
apple → const String
appName → const String
camera → const String
cantBeEmpty → const String
--> input field validations
checkboxValidation → const String
confirm → const String
confirmPassword → const String
confirmPasswordValidation → const String
connectionTimeout → const String
createAnAccount → const String
createNewPassword → const String
emailAddress → const String
--> email <--
emailCantBeEmpty → const String
emailOrMobile → const String
enterPassword → const String
enterValid → const String
enterValidEmail → const String
enterValidNumber → const String
enterVerificationCode → const String
enterYourEmailAddress → const String
enterYourFullName → const String
enterYourPassword → const String
error → const String
fieldCantBeEmpty → const String
forgotPassword → const String
forgotPasswordDescription → const String
from → const String
fullName → const String
---> name <----
getStarted → const String
google → const String
home → const String
logIn → const String
--> log-in / sign-up <---
loginToContinue → const String
logOut → const String
mobile → const String
mobileNumber → const String
--> mobile number <--
newPassword → const String
noConnection → const String
noInternet → const String
notHaveAnAccount → const String
numberCantBeEmpty → const String
ok → const String
--> Global Strings <---
or → const String
orContinueWith → const String
otpValidation → const String
password → const String
--> password <---
passwordCantBeEmpty → const String
passwordValidation → const String
reEnterYourPassword → const String
resendOTP → const String
retry → const String
sendCode → const String
--> Code <---
signInWithApple → const String
signInWithGoogle → const String
signUp → const String
somethingWentWrong → const String
success → const String
toCap → const String
unauthorized → const String
unknownError → const String
--> Internet Error Strings <---
verificationCodeSendToEmail → const String
verify → const String
welcomeBack → const String
--> Authentication Module