LinkAttribute constructor

LinkAttribute(
  1. String? val
)

Implementation

LinkAttribute(String? val) : super('link', AttributeScope.INLINE, val);