VideoAttribute constructor
const
VideoAttribute(
- String? url
Implementation
const VideoAttribute(String? url)
: super('video', AttributeScope.embeds, url);
const VideoAttribute(String? url)
: super('video', AttributeScope.embeds, url);