CreateFleetOutput constructor

CreateFleetOutput({
  1. FleetAttributes? fleetAttributes,
})

Implementation

CreateFleetOutput({
  this.fleetAttributes,
});