BloomFeatures constructor

const BloomFeatures({
  1. bool routing = true,
  2. bool state = true,
  3. bool data = false,
  4. bool native = false,
})

Creates a BloomFeatures configuration.

Implementation

const BloomFeatures({
  this.routing = true,
  this.state = true,
  this.data = false,
  this.native = false,
});