UpdateFleetResult constructor

UpdateFleetResult({
  1. Fleet? fleet,
})

Implementation

UpdateFleetResult({
  this.fleet,
});