ManagementURI constructor

ManagementURI({
  1. String? api,
  2. String? webUi,
})

Implementation

ManagementURI({
  this.api,
  this.webUi,
});