IdCardModel class
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
-
-
getCountry(String text)
→ dynamic
-
-
getGender(String text)
→ dynamic
-
-
getValueFromPrefix(String text, String prefix, {dynamic split = ' '})
→ String?
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
removeFromText(String text, )
→ String
-
-
removeStopWords(String text)
→ String
-
-
sortDates(List dates)
→ dynamic
-
-
textToIdCard(String text, {required String? inputName, required String? inputFatherName, required String? inputIdCardNumber, required String? inputExpiryDate, required String? inputIssueDate, required String? inputBirthDate, required String? inputGender, required String? inputCountry})
→ Map<String, String?>
-
-
toString()
→ String
-
A string representation of this object.
inherited