CodiceFiscale class

Constructors

CodiceFiscale({required String firstName, required String lastName, required City? birthCity, required CodiceFiscaleGender gender, required DateTime birthDate})
CodiceFiscale.searchcity({required String firstName, required String lastName, required String? birthCityString, required CodiceFiscaleGender gender, required DateTime birthDate})

Properties

birthCity City?
getter/setter pair
birthCityString String?
getter/setter pair
birthDate DateTime
getter/setter pair
firstName String
getter/setter pair
fiscalCode String
no setter
gender CodiceFiscaleGender
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastName String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

birthDateCode() String
birthPlaceCode() String
firstNameCode() String
getCheckCode() String
lastNameCode() String
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

Static Methods

check(String codiceFiscale) bool