DescribeInputDeviceThumbnailResponse constructor
DescribeInputDeviceThumbnailResponse({
- Uint8List? body,
- int? contentLength,
- ContentType? contentType,
- String? eTag,
- DateTime? lastModified,
Implementation
DescribeInputDeviceThumbnailResponse({
this.body,
this.contentLength,
this.contentType,
this.eTag,
this.lastModified,
});