SendPortData constructor

const SendPortData({
  1. required SendPortType type,
  2. dynamic data,
})

Implementation

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