RestDescriptionEndpoints constructor

RestDescriptionEndpoints({
  1. bool? deprecated,
  2. String? description,
  3. String? endpointUrl,
  4. String? location,
})

Implementation

RestDescriptionEndpoints({
  this.deprecated,
  this.description,
  this.endpointUrl,
  this.location,
});