Vibe constructor

const Vibe({
  1. bool autoDispose = true,
})

Implementation

const Vibe({
  this.autoDispose = true,
});