cRandomSelect property

Object cRandomSelect

Select a random item from the list.

Returns a random item from the list using the Random class.

Implementation

Object get cRandomSelect => this[Random().nextInt((this).length)];