link property

LinkAttribute? get link

Implementation

LinkAttribute? get link =>
    attributes[EasyAttribute.link.key] as LinkAttribute?;