toNativeValue method

String? toNativeValue()

Gets String native value if supported by the current platform, otherwise null.

Implementation

String? toNativeValue() => _nativeValue;