getLink method

dynamic getLink(
  1. String key
)

Implementation

dynamic getLink(String key) {
  return links[key];
}