ListFleetsResponse constructor

ListFleetsResponse({
  1. List<Fleet>? fleetDetails,
  2. String? nextToken,
})

Implementation

ListFleetsResponse({
  this.fleetDetails,
  this.nextToken,
});