name method

String name(
  1. int index
)

Implementation

String name(int index) {
  return prs.name(index);
}