RetroPageResponse class
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
RetroPageResponse({String? title, String? description, RetroButtonConfig? actionButton, List<
RetroFormElementResponse> formElements = const [], String? id}) -
RetroPageResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- actionButton → RetroButtonConfig?
-
final
-
getter/setter pair
- description → String?
-
final
-
formData
↔ Map<
String, dynamic> -
getter/setter pair
-
formElements
→ List<
RetroFormElementResponse> -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String?
-
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