research_package
research_package_model
RPIntegerAnswerFormat
maxValue property
maxValue
research_package
research_package_model
RPIntegerAnswerFormat
maxValue property
RPIntegerAnswerFormat class
Constructors
RPIntegerAnswerFormat
fromJson
withParams
Properties
maxValue
minValue
questionBody
questionType
suffix
hashCode
runtimeType
Methods
toJson
noSuchMethod
toString
Operators
operator ==
maxValue
property
int
maxValue
Implementation
int get maxValue => _maxValue;
void
maxValue=
(
int
maxValue
)
Implementation
set maxValue(int maxValue) { this._maxValue = maxValue; }