takeLast method

String takeLast([
  1. int count = 1
])

Implementation

String takeLast([int count = 1]) => characters.takeLast(count).toString();