Consent constructor

Consent({
  1. Set<AdNetwork>? noConsentNetworkStopSet,
})

Implementation

Consent({this.noConsentNetworkStopSet}) {
  type = runtimeType.toString();
}