inspectResponse property

bool get inspectResponse

Flag indicating whether the Channel should inspect the payload to identify non-base type objects. In Web workers, ownership of these objects must be transfered across threads.

Implementation

bool get inspectResponse => this[_$inspectResponse];