ListnumManipulation extension
Properties
- isNotNullAndEmpty → bool
-
Available on List<
Returnsnum> ?, provided by the ListnumManipulation extensiontrue
if the list is notnull
and contains at least one element.no setter - isNullAndEmpty → bool
-
Available on List<
Returnsnum> ?, provided by the ListnumManipulation extensiontrue
if the list is eithernull
or empty.no setter - total → num
-
Available on List<
Returns the sum of all elements in the list. If the list isnum> ?, provided by the ListnumManipulation extensionnull
or empty, it returns0
.no setter