Element hr({String? id, String? className, Map<String, dynamic>? attributes}) => h( 'hr', id: id, className: className, attributes: attributes, selfClosing: true, );