VapiEvent constructor

VapiEvent(
  1. String label, [
  2. dynamic value
])

Implementation

VapiEvent(this.label, [this.value]);