asStruct method

List<DBusValue> asStruct()

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;