issues method

List<String> issues()

Implementation

List<String> issues() {
  return _issues;
}