Service constructor
Service({
- String? apiVersion,
- String? kind,
- ObjectMeta? metadata,
- ServiceSpec? spec,
- ServiceStatus? status,
Implementation
Service({
this.apiVersion,
this.kind,
this.metadata,
this.spec,
this.status,
});