TextMessage constructor
TextMessage({})
Implementation
TextMessage({
this.id,
this.address,
this.body,
this.size,
this.read,
this.date,
this.dateSent,
this.type,
this.status,
}) : super();
TextMessage({
this.id,
this.address,
this.body,
this.size,
this.read,
this.date,
this.dateSent,
this.type,
this.status,
}) : super();