customLast property

E? customLast

Implementation

E? get customLast => this.isNotNullAndNotEmpty ? this?.last : null;