IdentityDocument constructor
const
IdentityDocument({})
An identity document
Implementation
const IdentityDocument({
required this.number,
this.expiryDate,
required this.frontSide,
this.reverseSide,
this.selfie,
required this.translation,
});