ListExtensions<T> extension

Extension to make accessing list elements simple

on

Methods

firstWhereOrDefault(bool test(T)) → T?
a firstWhere implementation that allows for a nullable return type when the lists elements are non-nullable