SmsPhotoInfoData constructor

SmsPhotoInfoData({
  1. required Uint8List? bytes,
})

Implementation

SmsPhotoInfoData({
  required this.bytes,
});