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