ChatDeviceInfo constructor

ChatDeviceInfo(
  1. String? resource,
  2. String? deviceUUID,
  3. String? deviceName
)

Implementation

ChatDeviceInfo(
  this.resource,
  this.deviceUUID,
  this.deviceName,
);