CreateFleetResult constructor

CreateFleetResult({
  1. Fleet? fleet,
})

Implementation

CreateFleetResult({
  this.fleet,
});