ListnumManipulation extension

on

Properties

isNotNullAndEmpty → bool

Available on List<num>?, provided by the ListnumManipulation extension

Returns true if the list is not null and contains at least one element.
no setter
isNullAndEmpty → bool

Available on List<num>?, provided by the ListnumManipulation extension

Returns true if the list is either null or empty.
no setter
total → num

Available on List<num>?, provided by the ListnumManipulation extension

Returns the sum of all elements in the list. If the list is null or empty, it returns 0.
no setter