CustomHttpPattern constructor

CustomHttpPattern({
  1. String? kind,
  2. String? path,
})

Implementation

CustomHttpPattern({
  this.kind,
  this.path,
});