RetroFormElementResponse class
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
RetroFormElementResponse({RetroFormElementType? elementType, RetroElementControl? elementControl, int? grid, String? label, bool required = false, bool numberDecimal = false, List<
RetroOptionResponse> options = const [], List<String> fileFormats = const [], String? id, RetroStaticImage? staticImage, List<RetroCountriesForPhoneResponse> countriesForPhone = const [], List<RetroVisibleOnConditionResponse> visibleOnCondition = const [], List<RetroVisibleOnConditionResponse> hideOnCondition = const [], Map<int, List< elements = const {}, String? content, int? rowId, String? regex, String? placeHolder, dynamic value, bool obscureText = true, RetroStaticImage? banner, bool? addressPicker, DynamicOptions? dynamicOptions, String? endIcon, String? startIcon, bool? isMultiple, bool? isSearchable, bool? multiInfoUnique, int? numberOfDigits, bool futureDateAllowed = false, String? minDate})RetroFormElementResponse> > -
RetroFormElementResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- addressPicker → bool?
-
final
-
final
- content → String?
-
final
-
countriesForPhone
→ List<
RetroCountriesForPhoneResponse> -
final
- dynamicOptions → DynamicOptions?
-
final
- elementControl → RetroElementControl?
-
final
-
elements
→ Map<
int, List< RetroFormElementResponse> > -
final
- elementType → RetroFormElementType?
-
final
- endIcon → String?
-
final
-
fileFormats
→ List<
String> -
final
- futureDateAllowed → bool
-
final
- grid → int?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
-
hideOnCondition
→ List<
RetroVisibleOnConditionResponse> -
final
- id ↔ String?
-
getter/setter pair
- isMultiple → bool?
-
final
- isSearchable → bool?
-
final
- label → String?
-
final
- minDate → String?
-
final
- multiInfoUnique → bool?
-
final
- numberDecimal → bool
-
final
- numberOfDigits → int?
-
final
- obscureText ↔ bool
-
getter/setter pair
-
options
→ List<
RetroOptionResponse> -
final
- placeHolder → String?
-
final
- regex → String?
-
final
- required → bool
-
final
- rowId → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startIcon → String?
-
final
- staticImage → RetroStaticImage?
-
final
- value ↔ dynamic
-
getter/setter pair
-
visibleOnCondition
→ List<
RetroVisibleOnConditionResponse> -
final
Methods
-
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.
override