GetPartitionResponse constructor

GetPartitionResponse({
  1. Partition? partition,
})

Implementation

GetPartitionResponse({
  this.partition,
});