Map<String, dynamic> toJson() { final json = <String, dynamic>{}; if (this.userId != null) { json[r'user_id'] = this.userId; } else { json[r'user_id'] = null; } return json; }