AppLoadDone<S> constructor

const AppLoadDone<S>(
  1. int cost,
  2. S data
)

Implementation

const AppLoadDone(this.cost, this.data);