DBusIntrospectProperty constructor

DBusIntrospectProperty(
  1. String name,
  2. DBusSignature type, {
  3. DBusPropertyAccess access = DBusPropertyAccess.readwrite,
  4. List<DBusIntrospectAnnotation> annotations = const [],
})

Implementation

DBusIntrospectProperty(this.name, this.type,
    {this.access = DBusPropertyAccess.readwrite,
    this.annotations = const []});