toNativeValue method

dynamic toNativeValue()

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

Implementation

dynamic toNativeValue() => _nativeValue;