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