DBusIntrospectNode constructor

DBusIntrospectNode({
  1. String? name,
  2. List<DBusIntrospectInterface> interfaces = const [],
  3. List<DBusIntrospectNode> children = const [],
})

Implementation

DBusIntrospectNode(
    {this.name, this.interfaces = const [], this.children = const []});