dropFirst method

String dropFirst([
  1. int first = 1
])

Implementation

String dropFirst([int first = 1]) => substring(0, first);