QueryModel constructor
QueryModel(
- QueryStatus status,
- String markdownData,
- bool hasChanged
Implementation
QueryModel(this.status, this.markdownData, this.hasChanged);