ExploreDirectoryConfiguration class final

A configuration that is used for retrieving Thing Descriptions from a Thing Description Directory (TDD).

Inheritance

Constructors

ExploreDirectoryConfiguration(Uri uri, {ThingFilter? thingFilter, int? limit})
Instantiates a new ExploreDirectoryConfiguration.

Properties

hashCode int
The hash code for this object.
no setterinherited
limit int?
The maximum number of TDs that should be returned by the Thing Description Directory.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thingFilter ThingFilter?
Optional filter that is supposed to used as a query parameter and to filter received TDs.
final
uri Uri
The Uri the TDD's Thing Description can be retrieved from.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited