DependentInfo class
Defines the dependents information
Constructors
-
DependentInfo(Map<
String, dynamic> nativeDependentInfo)
Properties
- dateOfBirth ↔ DateResult?
-
The date of birth of the dependent.
getter/setter pair
- documentNumber ↔ StringResult?
-
The document number of the dependent.
getter/setter pair
- empty ↔ bool?
-
Checks if the dependent's information is empty.
getter/setter pair
- fullName ↔ StringResult?
-
The full name of the dependent.
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
- sex ↔ StringResult?
-
The sex or gender of the dependent.
getter/setter pair
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