ReplyMessageInfo constructor

ReplyMessageInfo({
  1. required String? idClient,
  2. String? from,
  3. int? scene,
  4. String? to,
  5. String? idServer,
  6. int? time,
  7. String? receiverId,
})

Implementation

ReplyMessageInfo(
    {required this.idClient,
    this.from,
    this.scene,
    this.to,
    this.idServer,
    this.time,
    this.receiverId});