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