NicInfo constructor
Constructs a NicInfo
object with required fields.
Implementation
const NicInfo({
required this.nicNo,
required this.format,
required this.serialNo,
required this.birthDate,
required this.weekDay,
required this.age,
required this.gender,
required this.votability,
});