DBusIntrospectMethod constructor

DBusIntrospectMethod(
  1. String name, {
  2. List<DBusIntrospectArgument> args = const [],
  3. List<DBusIntrospectAnnotation> annotations = const [],
})

Implementation

DBusIntrospectMethod(this.name,
    {this.args = const [], this.annotations = const []});