DBusStruct constructor

DBusStruct(
  1. Iterable<DBusValue> children
)

Creates a new D-Bus structure containing children values.

Implementation

DBusStruct(Iterable<DBusValue> children) : children = children.toList();