SmsMessage constructor
SmsMessage(})
Implementation
SmsMessage(this._address, this._body, {int? id, int? threadId, bool? read, DateTime? date, DateTime? dateSent, SmsMessageKind? kind}) {
this._id = id;
this._threadId = threadId;
this._read = read;
this._date = date;
this._dateSent = dateSent;
this._kind = kind;
}