interfaces property

List<String> get interfaces

The interfaces that were removed.

Implementation

List<String> get interfaces => (values[1] as DBusArray).mapString().toList();