eliminateFirst property

String eliminateFirst

Removes first element

Implementation

String get eliminateFirst => substring(1, length);