Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; if (autoAdd != null) { _json[r'auto_add'] = autoAdd; } return _json; }