isSupported method

bool isSupported()

Checks if the value is supported by the defaultTargetPlatform.

Implementation

bool isSupported() {
  return _nativeValue != null;
}