EngineResponse constructor

EngineResponse({
  1. List<String>? audiences,
  2. List<String>? badges,
  3. Map<String, String>? strings,
  4. Map<String, bool>? booleans,
  5. Map<String, int>? dates,
  6. Map<String, double>? numbers,
})

Implementation

EngineResponse({
  this.audiences,
  this.badges,
  this.strings,
  this.booleans,
  this.dates,
  this.numbers,
});