value property

String get value

We use a getters to allow overriding the logic in the JS API implementation.

Implementation

String get value => _value;