List<int> get rdata => (values[5] as DBusArray) .children .map((child) => (child as DBusByte).value) .toList();