topic static method

String topic(
  1. String topic
)

Given a topic returns the topic tag assigned to an analyzed package.

Implementation

static String topic(String topic) => 'topic:$topic';