ComputerScreenshotOutput constructor

const ComputerScreenshotOutput({
  1. String? fileId,
  2. String? imageUrl,
})

Implementation

const ComputerScreenshotOutput({this.fileId, this.imageUrl});