lastChars method

String lastChars(
  1. int n
)

Implementation

String lastChars(int n) => substring(length - n);