serialize property

bool? serialize
final

The flag indicating whether messages between this DriftIsolate and the DriftServer should be serialized.

When null, drift will try to send a test message to infer whether the connection to connectPort requires serialization.

Implementation

final bool? serialize;