CustomOpinionScale constructor

CustomOpinionScale({
  1. bool? skipped,
  2. int? data,
  3. int? timeTaken,
  4. String name = "OpinionScale",
  5. required int key,
})

Implementation

CustomOpinionScale({
    this.skipped,
    this.data,
    this.timeTaken,
    this.name = "OpinionScale",
    required this.key,
});