EventReferTrying constructor

EventReferTrying({
  1. String? status_line,
  2. dynamic request,
})

Implementation

EventReferTrying({this.status_line, this.request});