captureDeviceAndNetworkNames property

bool get captureDeviceAndNetworkNames

Implementation

bool get captureDeviceAndNetworkNames => tryCast(
    this["CaptureDeviceAndNetworkNames"],
    constOptionCaptureDeviceAndNetworkNames);
set captureDeviceAndNetworkNames (bool value)

Implementation

set captureDeviceAndNetworkNames(bool value) {
  this["CaptureDeviceAndNetworkNames"] = value;
}