TakeSourceScreenshotResponse constructor Null safety

TakeSourceScreenshotResponse(
  1. {required String sourceName,
  2. String? img,
  3. String? imageFile}
)

Implementation

TakeSourceScreenshotResponse(
    {required this.sourceName, this.img, this.imageFile});