Packet constructor

Packet(
  1. String data
)

Implementation

Packet(this.data) {
  encryptedData = null;
}