RPDoubleAnswerFormat constructor

RPDoubleAnswerFormat({
  1. required double minValue,
  2. required double maxValue,
  3. String? suffix,
})

Implementation

RPDoubleAnswerFormat(
    {required this.minValue, required this.maxValue, this.suffix})
    : super();