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