TypeSendPort<T> constructor

TypeSendPort<T>({
  1. SendPort? sendPort,
})

Implementation

TypeSendPort({
  SendPort? sendPort,
}) : _sendPort = sendPort;