MockModel constructor

MockModel(
  1. String title,
  2. String data,
  3. ParamType paramType,
  4. bool enable,
  5. MockFilterModel filter,
)

Implementation

MockModel(this.title, this.data, this.paramType, this.enable, this.filter);