meta
ReactElement
meta(
Creates a <meta> element.
Implementation
ReactElement meta([Map<String, Object?>? props]) =>
createElement('meta'.toJS, props != null ? createProps(props) : null);
ReactElement
meta(
Creates a <meta> element.
ReactElement meta([Map<String, Object?>? props]) =>
createElement('meta'.toJS, props != null ? createProps(props) : null);