SimulationFixtureError constructor

const SimulationFixtureError(
  1. String entity,
  2. String path,
  3. String reason
)

Implementation

const SimulationFixtureError(this.entity, this.path, this.reason);