ScreenShotModel.name constructor

ScreenShotModel.name(
  1. Uint8List? imageByte,
  2. ActiveWindowInfo? windowInfo,
  3. String? base64Image
)

Implementation

ScreenShotModel.name(this.imageByte, this.windowInfo, this.base64Image);