Send constructor

Send({
  1. required Opcode opcode,
  2. required dynamic data,
})

Create a new Send.

Implementation

Send({required this.opcode, required this.data});