Map<String, Object?> toJson() { var html = this.html; final json = <String, Object?>{}; if (html != null) { json[r'html'] = html; } return json; }