last property

T? last

Implementation

T? get last => isNotEmpty ? _list.last : null;