LinkAttribute constructor

const LinkAttribute([
  1. String? value
])

Implementation

const LinkAttribute([String? value]) : super(value: value);