avg property

num avg

Get average of numbers

Implementation

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