Map<String, dynamic> toJson() { final timeoutInMinutes = this.timeoutInMinutes; return { 'timeoutInMinutes': timeoutInMinutes, }; }