CustomRoutingEndpointDescription constructor

CustomRoutingEndpointDescription({
  1. String? endpointId,
})

Implementation

CustomRoutingEndpointDescription({
  this.endpointId,
});