Api constructor

Api({
  1. String? operation,
  2. String? protocol,
  3. String? service,
  4. String? version,
})

Implementation

Api({
  this.operation,
  this.protocol,
  this.service,
  this.version,
});