fullSvgDebugSuccess function

Map<String, Object?> fullSvgDebugSuccess([
  1. Map<String, Object?>? body
])

Implementation

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