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