DatagramCapsule constructor

DatagramCapsule(
  1. Uint8List data
)

Implementation

DatagramCapsule(Uint8List data) : super(type: 0x00, data: data);