last property

String get last

Implementation

String get last => this[length - 1];