@override AcPacket copyWith({ List<Command>? commands, }) { return AcPacket( commands: commands ?? this.commands, ); }