DBusIntrospectArgument constructor

DBusIntrospectArgument(
  1. DBusSignature type,
  2. DBusArgumentDirection direction, {
  3. String? name,
  4. List<DBusIntrospectAnnotation> annotations = const [],
})

Implementation

DBusIntrospectArgument(this.type, this.direction,
    {this.name, this.annotations = const []});