SMS constructor

SMS({
  1. String? body,
  2. String? isRead,
  3. int? sim,
  4. String? date_sent,
  5. String? date,
  6. String? service_center,
  7. String? person,
})

Implementation

SMS(
    {this.body,
    this.isRead,
    this.sim,
    this.date_sent,
    this.date,
    this.service_center,
    this.person});