research_package
research_package_model
RPImageChoice
RPImageChoice.withParams constructor
RPImageChoice.withParams
research_package
research_package_model
RPImageChoice
RPImageChoice.withParams constructor
RPImageChoice class
Constructors
RPImageChoice
fromJson
withParams
Properties
description
image
value
hashCode
runtimeType
Methods
toJson
noSuchMethod
toString
Operators
operator ==
RPImageChoice.withParams
constructor
RPImageChoice.withParams
(
Image
_image
,
dynamic
_value
,
String
_description
)
Default constructor.
Implementation
RPImageChoice.withParams(this._image, this._value, this._description);