avg property

num get avg

Get average of numbers

Implementation

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