LinkNode constructor

LinkNode(
  1. Map<String, String> attributes,
  2. LinkConfig linkConfig
)

Implementation

LinkNode(this.attributes, this.linkConfig);