ImageAttribute constructor

const ImageAttribute(
  1. String? url
)

Implementation

const ImageAttribute(String? url)
    : super('image', AttributeScope.embeds, url);