ReleaseProblem constructor

const ReleaseProblem(
  1. String where,
  2. String message
)

Implementation

const ReleaseProblem(this.where, this.message);