last property

String last

Implementation

String get last => this.isEmptyOrNull ? '' : this![this!.length - 1];