setSampleRand method

void setSampleRand(
  1. String value
)

Implementation

void setSampleRand(String value) {
  set(_sampleRandKeyName, value);
}