CreateOutpostOutput constructor

CreateOutpostOutput({
  1. Outpost? outpost,
})

Implementation

CreateOutpostOutput({
  this.outpost,
});