ListThingsResponse constructor
ListThingsResponse({
- String? nextToken,
- List<
ThingAttribute> ? things,
Implementation
ListThingsResponse({
this.nextToken,
this.things,
});