forceToStringRawValue property

bool forceToStringRawValue
getter/setter pair

Whether to force the usage of rawValue when calling toString or not. Because toString is used to send URI strings to the native platform side, this flag is useful when you want to send rawValue instead of uriValue.toString().

The default value is false.

Implementation

bool forceToStringRawValue = false;