ListThingsResponse constructor

ListThingsResponse({
  1. String? nextToken,
  2. List<ThingAttribute>? things,
})

Implementation

ListThingsResponse({
  this.nextToken,
  this.things,
});