PhoneNumberProjection constructor
PhoneNumberProjection({
- required String id,
- required String userId,
- required DateTime createdAt,
- required String phoneNumber,
- required PhoneNumberProjectionPhoneCountryEnum phoneCountry,
Returns a new PhoneNumberProjection instance.
Implementation
PhoneNumberProjection({
required this.id,
required this.userId,
required this.createdAt,
required this.phoneNumber,
required this.phoneCountry,
});