SmsContactInfoData constructor
SmsContactInfoData({
- required String full_name,
- required String first_name,
- required String last_name,
- required String address,
- required SmsPhotoInfoData thumbnail,
- required SmsPhotoInfoData photo,
Implementation
SmsContactInfoData({
required this.full_name,
required this.first_name,
required this.last_name,
required this.address,
required this.thumbnail,
required this.photo,
});