DeviceRequestInfo constructor

DeviceRequestInfo({
  1. int timestamp = 0,
  2. String senderUserID = '',
  3. String senderUserName = '',
  4. String senderNameCard = '',
  5. String senderAvatarURL = '',
  6. String content = '',
  7. DeviceType device = DeviceType.microphone,
})

Implementation

DeviceRequestInfo({
  this.timestamp = 0,
  this.senderUserID = '',
  this.senderUserName = '',
  this.senderNameCard = '',
  this.senderAvatarURL = '',
  this.content = '',
  this.device = DeviceType.microphone,
});