MockModel constructor
MockModel(
- String title,
- String data,
- ParamType paramType,
- bool enable,
- MockFilterModel filter,
Implementation
MockModel(this.title, this.data, this.paramType, this.enable, this.filter);