IsolateSpawnParameter constructor

const IsolateSpawnParameter(
  1. int isolateId,
  2. AppConfig config,
  3. List<DoxService> services, {
  4. List<RouteData> routes = const <RouteData>[],
})

Implementation

const IsolateSpawnParameter(
  this.isolateId,
  this.config,
  this.services, {
  this.routes = const <RouteData>[],
});