toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final downstreamFleets = this.downstreamFleets;
final gkeState = this.gkeState;
final ignored = this.ignored;
return {
'downstreamFleets': ?downstreamFleets,
'gkeState': ?gkeState,
'ignored': ?ignored,
};
}