additionalParameters property

Map<String, dynamic>? additionalParameters
final

Embedder-specific parameters. For example if connected to V8 in Chrome these control DOM serialization via maxNodeDepth: integer and includeShadowTree: "none" | "open" | "all". Values can be only of type string or integer.

Implementation

final Map<String, dynamic>? additionalParameters;