ReceivePortData constructor

const ReceivePortData({
  1. required ReceivePortType type,
  2. dynamic data,
})

Implementation

const ReceivePortData({required this.type, this.data});