DescribeInputDeviceThumbnailResponse constructor

DescribeInputDeviceThumbnailResponse({
  1. Uint8List? body,
  2. int? contentLength,
  3. ContentType? contentType,
  4. String? eTag,
  5. DateTime? lastModified,
})

Implementation

DescribeInputDeviceThumbnailResponse({
  this.body,
  this.contentLength,
  this.contentType,
  this.eTag,
  this.lastModified,
});