random property

dynamic random

Returns random value from this list

Example:

list.random // [1,2,3,4,5] -> 4

Implementation

dynamic get random => FxList.random(this);