add method

dynamic add(
  1. String issue
)

Implementation

add(String issue) {
  _issues.add(issue);
}