rawValue property

String? rawValue

If value was coerced from a HTML element this is the original value from that element.

This allows validators to validate either the raw value which was provided by HTML, or the coerced value that was provided by the accessor.

Implementation

String? get rawValue => _rawValue;