Binding constructor

Binding(
  1. String type,
  2. Map<String, String> filter,
  3. BindingCallback callback, [
  4. String? id,
])

Implementation

Binding(
  this.type,
  this.filter,
  this.callback, [
  this.id,
]);