RCIMIWReceivedStatusInfo.create constructor

RCIMIWReceivedStatusInfo.create({
  1. bool? read,
  2. bool? listened,
  3. bool? downloaded,
  4. bool? retrieved,
})

Implementation

RCIMIWReceivedStatusInfo.create({this.read, this.listened, this.downloaded, this.retrieved});