AbstractBlocListNullableExtensions<T> extension

Extension methods for nullable lists of type T.

on

Properties

count int

Available on List<T>?, provided by the AbstractBlocListNullableExtensions extension

Returns the count of elements in the list, or 0 if the list is null.
no setter
isNotNullOrEmpty bool

Available on List<T>?, provided by the AbstractBlocListNullableExtensions extension

Checks if the list is not null and not empty.
no setter
isNullOrEmpty bool

Available on List<T>?, provided by the AbstractBlocListNullableExtensions extension

Checks if the list is null or empty.
no setter