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