ListRobotsResponse constructor

ListRobotsResponse({
  1. String? nextToken,
  2. List<Robot>? robots,
})

Implementation

ListRobotsResponse({
  this.nextToken,
  this.robots,
});