captureDeviceAndNetworkNames property

bool captureDeviceAndNetworkNames

Implementation

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

Implementation

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