MxGoPathEvent constructor

MxGoPathEvent(
  1. String path, {
  2. Object? args,
  3. bool isGo = false,
  4. void onBackData<T>(
    1. T?
    )?,
})

Implementation

MxGoPathEvent(this.path, {this.args, this.isGo = false, this.onBackData});