ApigatewayApiConfigFile constructor

ApigatewayApiConfigFile({
  1. String? contents,
  2. String? path,
})

Implementation

ApigatewayApiConfigFile({
  this.contents,
  this.path,
});