V2ApiTarget constructor

V2ApiTarget({
  1. List<String>? methods,
  2. String? service,
})

Implementation

V2ApiTarget({
  this.methods,
  this.service,
});