asArray method
Extracts the array inside this value. Only works if signature
is an array type, e.g 'as'.
Implementation
List<DBusValue> asArray() => (this as DBusArray).children;
Extracts the array inside this value. Only works if signature
is an array type, e.g 'as'.
List<DBusValue> asArray() => (this as DBusArray).children;