GetRandomValue method

String GetRandomValue(
  1. num min,
  2. num max
)

Implementation

String GetRandomValue(
  num min,
  num max,
) => 'GetRandomValue($min, $max)';