ArPacket constructor
ArPacket({
- required String reason,
ArPacket is the error ACK packet.
This packet is part of the packet sent from the server to the device.
Implementation
ArPacket({
/// [reason] is the reason of the error.
/// This is identified in the packet as `REASON`
required this.reason,
}) : super();