AbstractBlocListNullableExtensions<T> extension
Extension methods for nullable lists of type T.
- on
-
- List<
T> ?
- List<
Properties
- count → int
-
Available on List<
Returns the count of elements in the list, or 0 if the list is null.T> ?, provided by the AbstractBlocListNullableExtensions extensionno setter - isNotNullOrEmpty → bool
-
Available on List<
Checks if the list is not null and not empty.T> ?, provided by the AbstractBlocListNullableExtensions extensionno setter - isNullOrEmpty → bool
-
Available on List<
Checks if the list is null or empty.T> ?, provided by the AbstractBlocListNullableExtensions extensionno setter