DeleteBrokerResponse constructor

DeleteBrokerResponse({
  1. String? brokerId,
})

Implementation

DeleteBrokerResponse({
  this.brokerId,
});