GetDataEndpointOutput constructor

GetDataEndpointOutput({
  1. String? dataEndpoint,
})

Implementation

GetDataEndpointOutput({
  this.dataEndpoint,
});