ReceivePortData constructor
const
ReceivePortData({
- required ReceivePortType type,
- dynamic data,
Implementation
const ReceivePortData({required this.type, this.data});