EventReplaces constructor
EventReplaces({
- dynamic request,
- void accept()?,
- void reject()?,
Implementation
EventReplaces({this.request, this.accept, this.reject});