currentValue property

String currentValue
final

The value the user has put in option so far.

This can be empty. It will generally not contain malformed data, but care should still be taken. Read the official documentation for more.

You might also be interested in:

  • parse, for parsing the current value.

Implementation

final String currentValue;