SelectionFailure constructor

SelectionFailure(
  1. int code,
  2. List<String> lines
)

Implementation

SelectionFailure(this.code, this.lines);