QueryModel constructor

QueryModel(
  1. QueryStatus status,
  2. String markdownData,
  3. bool hasChanged
)

Implementation

QueryModel(this.status, this.markdownData, this.hasChanged);