SubscriberPreference class
- Annotations
-
- @JsonSerializable()
Constructors
- SubscriberPreference.new({required PreferenceTemplate template, required Preference preference})
-
SubscriberPreference.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- preference ↔ Preference
-
The preferences of the subscriber regarding the related workflow
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- template ↔ PreferenceTemplate
-
The workflow information and if it is critical or not
latefinal
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