allocationLocation property

  1. @optional
  2. @override
InstanceRef? allocationLocation
read / writeoverride

The stack trace associated with the allocation of a ReceivePort.

Provided for instance kinds:

  • ReceivePort

Implementation

@optional
@override
InstanceRef? allocationLocation;