ExposedThingInit typedef

ExposedThingInit = Map<String, dynamic>

Dictionary used for the initialization of an exposed Thing.

Represents a Partial TD as described in the WoT Architecture.

Implementation

typedef ExposedThingInit = Map<String, dynamic>;