getAddress function

String getAddress()

Implementation

String getAddress() => _address[_rand.nextInt(_address.length)];