toNativeValue method

int? toNativeValue()

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

Implementation

int? toNativeValue() => _nativeValue;