SmsPreview constructor
SmsPreview({})
Returns a new SmsPreview instance.
Implementation
SmsPreview({
required this.id,
required this.userId,
required this.body,
required this.phoneNumber,
required this.fromNumber,
required this.createdAt,
});