fn getLastOrNull(self: Self) ?T
Return the last element from the list, or return null if list is empty.
null
self: Self,