randomString method

String randomString(
  1. int length
)

Implementation

String randomString(int length) => _randomString(length);