noSerializationOnDartNative property

bool noSerializationOnDartNative
getter/setter pair

If true no serialization will be performed when transferring this data to another Isolate. A platform dependent object memory copy will be performed.

Implementation

bool noSerializationOnDartNative;