StopScreenshotStreamCommand constructor

StopScreenshotStreamCommand({
  1. String? id,
  2. DateTime? timestamp,
})

Implementation

StopScreenshotStreamCommand({
  String? id,
  DateTime? timestamp,
}) : super(
        id: id,
        payload: _toPayload(),
        timestamp: timestamp,
        type: kCommandType,
      );