ReplyMessageInfo constructor

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

Implementation

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