ImageAttribute constructor

ImageAttribute(
  1. String? val
)

Implementation

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