rdata property

List<int> get rdata

Implementation

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