arrayModeValue property

num arrayModeValue

Computes the value that appears most frequently in array. This is equivalent to the mode function. Returns the value that appears most frequently in array.

Implementation

num get arrayModeValue => mode(this);