asStruct method
Extracts this child values inside this struct. Only works if signature
is a struct type, e.g '(si)'.
Implementation
List<DBusValue> asStruct() => (this as DBusStruct).children;
Extracts this child values inside this struct. Only works if signature
is a struct type, e.g '(si)'.
List<DBusValue> asStruct() => (this as DBusStruct).children;