EventBusModel constructor

EventBusModel(
  1. String key, {
  2. dynamic value,
})

Implementation

EventBusModel(this.key, {this.value});