NullIfEmptyOnListX<T> extension

on

Properties

nullIfEmpty List<T>?

Available on List<T>, provided by the NullIfEmptyOnListX extension

Returns null if the List is empty, otherwise returns the List.
no setter