asString method

String asString()

Returns the picked value as String representation

Parses the picked value as String. If the value is not already a String its Object.toString() will be called. This means that this method works for int, double and any other Object.

Implementation

String asString() => _parse();