ScreenshotRecord constructor

ScreenshotRecord({
  1. required String url,
  2. required String key,
})

Implementation

ScreenshotRecord({required this.url, required this.key});