ServiceEntry constructor
const
ServiceEntry({
- String? apiVersion,
- String? kind,
- ObjectMeta? metadata,
- ServiceEntrySpec? spec,
- ServiceEntryStatus? status,
The main constructor.
Implementation
const ServiceEntry({
this.apiVersion,
this.kind,
this.metadata,
this.spec,
this.status,
});