skip method

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

Implementation

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