ToolsValidation class
Constructors
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
Static Methods
-
checkTextIsPhoneNumberCharsOnlyWithoutAbc(
String text) → bool - this check it's like "0101234568" to be return true, if it hase any abc it will return false
-
egyptionCodeCountry_returnByPlus(
String? str) → String -
isEmail(
String? s) → dynamic - check have "@" and "." and anyThingAfter last dot
-
isEmpty(
String? str) → bool -
isEmptyList(
List< String> ? myList) → bool -
isEmptyListInteger(
List< int> ? myList) → bool -
isMoreThan2(
String? str) → bool -
isName(
String? str) → bool -
isNameFull(
String? str) → bool -
isNotZeroInt(
int? v) → bool -
isPasswordValid(
String? str) → bool -
isPhoneMobileValid(
String? str) → bool - check for arabic number : ١٢٣٤٥٦٧٨٩٠ now return false
-
isPhoneMobileValidAndEnglishLetter(
String? str) → bool -
isStringContainArabicNumber(
String check) → dynamic - isStringContainArabicNumber( "٠١٢٣٤٥٦٧٨٩") >> return true isStringContainArabicNumber( "010123456789"); >> return false
-
isValid(
String? str) → bool -
isValidInteger(
int? n) → bool -
isValidList(
List< String> ? listStr) → bool -
isValidListInteger(
List< int> ? list) → bool -
isZero(
String? v) → bool -
isZeroInt(
int? v) → bool