Params class

Constructors

Params({int? length, bool mandatory = false, int? minAllowed, int? maxAllowed, bool? isMultiple, DisplayMode? displayMode, SelectPlusValueMode? selectPlusValueType, String? unit, String? placeholder, int? minimumInputLines, String? description, String? imgUrl, String? imgDescription, String? minValueLabel, String? maxValueLabel, String? nullBoolLabel, String? selectorDisplayMode, String? ratingDisplayMode, bool? hasOtherOption})
Params.fromJson(dynamic input)

Properties

description String?
getter/setter pair
displayMode DisplayMode?
getter/setter pair
falseBoolLabel String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasOtherOption bool?
getter/setter pair
imgDescription String?
getter/setter pair
imgUrl String?
getter/setter pair
isMultiple bool?
getter/setter pair
length int?
getter/setter pair
mandatory bool
getter/setter pair
maxAllowed int?
getter/setter pair
maxValueLabel String?
getter/setter pair
minAllowed int?
getter/setter pair
minimumInputLines int?
getter/setter pair
minValueLabel String?
getter/setter pair
nullBoolLabel String?
getter/setter pair
placeholder String?
getter/setter pair
ratingDisplayMode String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectorDisplayMode String?
getter/setter pair
selectPlusValueType SelectPlusValueMode?
getter/setter pair
trueBoolLabel String?
getter/setter pair
unit String?
getter/setter pair

Methods

affectFakeQuestionImages() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited