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