PhoneNumberDto constructor
PhoneNumberDto({})
Returns a new PhoneNumberDto instance.
Implementation
PhoneNumberDto({
required this.id,
required this.userId,
this.complianceAddress,
this.emergencyAddress,
required this.phoneNumber,
required this.phoneCountry,
required this.phonePlan,
required this.createdAt,
required this.updatedAt,
});