IdCardModel class

Constructors

IdCardModel()

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

extractIdCardNumber(String input) String?
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? extra) 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

Operators

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