ListnumManipulation extension

on

Properties

isNotNullAndEmpty bool

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

check not nullable and not empty in nullable list return true
no setter
isNullAndEmpty bool

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

check nullable and empty in nullable list return true
no setter
total num

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

Get total from list of num
no setter