NullableSetExtensions<T> extension
- on
-
- Set<
T> ?
- Set<
Properties
- isEmpty → bool
-
Available on Set<
Returns true if there are no elements in this collection.T> ?, provided by the NullableSetExtensions extensionno setter - isNotEmpty → bool
-
Available on Set<
Returns true if there is at least one element in this collection.T> ?, provided by the NullableSetExtensions extensionno setter - length → int
-
Available on Set<
Returns the number of elements in the iterable.T> ?, provided by the NullableSetExtensions extensionno setter
Methods
-
contains(
Object? element) → bool -
Available on Set<
Whether value is in the set.T> ?, provided by the NullableSetExtensions extension -
containsAny(
Iterable< Object?> others) → bool -
Available on Set<
ReturnsT> ?, provided by the NullableSetExtensions extensiontrueif any of the givenothersis in the list.