issue static method

void issue(
  1. String name,
  2. String url
)

Add issue link to test case

Implementation

static void issue(String name, String url) => link(url, name, 'issue');