SmsMessage constructor
SmsMessage({})
Implementation
SmsMessage({
required this.phoneNumber,
required this.message,
this.id = '',
DateTime? timestamp,
this.isSent = false,
this.error,
}) : timestamp = timestamp ?? DateTime.now();