ListnumManipulation extension
Properties
- isNotNullAndEmpty → bool
-
Available on List<
check not nullable and not empty in nullable list return truenum> ?, provided by the ListnumManipulation extensionno setter - isNullAndEmpty → bool
-
Available on List<
check nullable and empty in nullable list return truenum> ?, provided by the ListnumManipulation extensionno setter - total → num
-
Available on List<
Get total from list of numnum> ?, provided by the ListnumManipulation extensionno setter