Personalization class

Annotations
  • @JsonSerializable()

Constructors

Personalization({required String description, required String? termsAndConditions, required List<RequiredPersonalizationFields> requiredPersonalizationFields})
Personalization.fromJson(Map<String, dynamic> json)
factory

Properties

description String
Required. A brief description of the program. This is displayed on the signup sheet, under the personalization logo.
final
hashCode int
The hash code for this object.
no setterinherited
requiredPersonalizationFields List<RequiredPersonalizationFields>
Required. The contents of this array define the data requested from the user. The signup form’s fields are generated based on these keys.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
termsAndConditions String?
Optional. A description of the program’s terms and conditions. This string can contain HTML link tags to external content.
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.
inherited