take abstract method

  1. @override
Characters take(
  1. int count
)
override

Eagerly selects the first count characters.

If count is greater than length, the count of character available, then the entire sequence of characters is returned.

Implementation

@override
Characters take(int count);