AvahiBonsoirError constructor

AvahiBonsoirError(
  1. String message, [
  2. Object? error
])

Creates a new Avahi Bonsoir error instance.

Implementation

AvahiBonsoirError(this.message, [this.error]);