Gateway constructor
const
Gateway({
- String? apiVersion,
- String? kind,
- ObjectMeta? metadata,
- GatewaySpec? spec,
The main constructor.
Implementation
const Gateway({
this.apiVersion,
this.kind,
this.metadata,
this.spec,
//this.status,
});