LaunchInfo constructor

LaunchInfo(
  1. int costTime,
  2. String? previousPage,
  3. String? newPage
)

Implementation

LaunchInfo(this.costTime, this.previousPage, this.newPage);