sum property

num sum

Get sum of numbers

Implementation

num get sum => FxList.sum(this as List<num>);