EventFluxException constructor

EventFluxException({
  1. String? message,
  2. int? statusCode,
  3. String? reasonPhrase,
})

Implementation

EventFluxException({
  this.message,
  this.statusCode,
  this.reasonPhrase,
});