VideoAttribute constructor

const VideoAttribute(
  1. String? url
)

Implementation

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