research_package
research_package_model
RPIntegerAnswerFormat
RPIntegerAnswerFormat.withParams constructor
RPIntegerAnswerFormat.withParams
research_package
research_package_model
RPIntegerAnswerFormat
RPIntegerAnswerFormat.withParams constructor
RPIntegerAnswerFormat class
Constructors
RPIntegerAnswerFormat
fromJson
withParams
Properties
maxValue
minValue
questionType
suffix
hashCode
runtimeType
Methods
toJson
noSuchMethod
toString
Operators
operator ==
RPIntegerAnswerFormat.withParams
constructor
RPIntegerAnswerFormat.withParams
(
int
_minValue
,
int
_maxValue
, [
String
_suffix
])
Implementation
RPIntegerAnswerFormat.withParams(this._minValue, this._maxValue, [this._suffix]);