SentSmsDto constructor
SentSmsDto({})
Returns a new SentSmsDto instance.
Implementation
SentSmsDto({
required this.id,
required this.userId,
required this.phoneNumber,
required this.fromNumber,
required this.toNumber,
required this.body,
required this.sid,
required this.replyToSid,
required this.replyToId,
required this.createdAt,
required this.updatedAt,
});