RsaIdBook class

Implemented types

Constructors

RsaIdBook({required String idNumber, required String gender, required DateTime birthDate, required String citizenshipStatus})
const
RsaIdBook.fromIdNumber(String idNumber)
Returns an IdBook instance from the ID Number of an ID Book, which can be read from the barcode of the ID Book.
factory

Properties

birthDate DateTime
The birth date of the person to whom this document belongs.
final
citizenshipStatus String
The citizenship status of the owner of this document.
final
gender String
The text representing gender of the person to whom this document belongs.
final
hashCode int
The hash code for this object.
no setterinherited
idNumber String
The ID Number of the person to whom this document belongs.
final
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