AXValueSource constructor
AXValueSource({
- required AXValueSourceType type,
- AXValue? value,
- String? attribute,
- AXValue? attributeValue,
- bool? superseded,
- AXValueNativeSourceType? nativeSource,
- AXValue? nativeSourceValue,
- bool? invalid,
- String? invalidReason,
Implementation
AXValueSource(
{required this.type,
this.value,
this.attribute,
this.attributeValue,
this.superseded,
this.nativeSource,
this.nativeSourceValue,
this.invalid,
this.invalidReason});