Gateway constructor

const Gateway({
  1. String? apiVersion,
  2. String? kind,
  3. ObjectMeta? metadata,
  4. GatewaySpec? spec,
})

The main constructor.

Implementation

const Gateway({
  this.apiVersion,
  this.kind,
  this.metadata,
  this.spec,
  //this.status,
});