RemoteSnapshot constructor

RemoteSnapshot({
  1. int taskId = 0,
  2. required String streamId,
  3. required StreamInfo streamInfo,
  4. required String filePath,
  5. int width = 0,
  6. int height = 0,
})

Implementation

RemoteSnapshot({
  this.taskId = 0,
  required this.streamId,
  required this.streamInfo,
  required this.filePath,
  this.width = 0,
  this.height = 0,
});