@override Map<String, Object?> toJson() => { ...super.toJson(), if (arguments != null) 'arguments': arguments, 'command': command, };