ConsentDebugSettings constructor

ConsentDebugSettings({
  1. DebugGeography? debugGeography,
  2. List<String>? testIdentifiers,
})

Construct a ConsentDebugSettings.

Implementation

ConsentDebugSettings({this.debugGeography, this.testIdentifiers});