Map<String, Object?> fullSvgDebugSuccess([Map<String, Object?>? body]) => <String, Object?>{ 'ok': true, 'protocolVersion': FullSvgDebugProtocol.version, ...?body, };