GenUiSemanticNode constructor
const
GenUiSemanticNode({})
Creates a GenUiSemanticNode.
Implementation
const GenUiSemanticNode({
required this.role,
this.name = '',
this.value = '',
this.tooltip = '',
this.state = const <String, bool>{},
this.actions = const <String>[],
});