take method

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

Implementation

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