CnicModel class

this class is used to store data from package and display data on user screen

Constructors

CnicModel()

Properties

cnicExpiryDate String
getter/setter pair
cnicHolderDateOfBirth String
getter/setter pair
cnicHolderName String
getter/setter pair
cnicIssueDate String
getter/setter pair
cnicNumber String
getter/setter pair
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.
override

Operators

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