skipLast method

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

Implementation

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