ModelsJsonProgressed constructor

ModelsJsonProgressed(
  1. double progress,
  2. List<AbstractModelWithInformation> dataContainer
)

Implementation

ModelsJsonProgressed(this.progress, this.dataContainer) : super();