lastIndex property

int? get lastIndex

Implementation

int? get lastIndex => isNullOrEmpty ? this!.length - 1 : null;