AiutaSupplementaryConsent class
General image model of any history flows
- Annotations
-
- @JsonSerializable()
Constructors
- AiutaSupplementaryConsent({required String consentText, required bool isObtained})
-
AiutaSupplementaryConsent.fromJson(Map<
String, dynamic> json) -
Converts the JSON object to an AiutaSupplementaryConsent.
factory
Properties
- consentText → String
-
Original text of optional consent
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isObtained → bool
-
Is optional consent obtained or not
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts the AiutaSupplementaryConsent to a JSON object.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited