DBusIntrospectInterface constructor

DBusIntrospectInterface(
  1. String name, {
  2. List<DBusIntrospectMethod> methods = const [],
  3. List<DBusIntrospectSignal> signals = const [],
  4. List<DBusIntrospectProperty> properties = const [],
  5. List<DBusIntrospectAnnotation> annotations = const [],
})

Implementation

DBusIntrospectInterface(this.name,
    {this.methods = const [],
    this.signals = const [],
    this.properties = const [],
    this.annotations = const []});