NewSupporterLinkedNotification class Null safety
- Implemented types
Constructors
- NewSupporterLinkedNotification([void updates(NewSupporterLinkedNotificationBuilder)])
-
factory
Properties
- category → String
-
read-onlyinherited
- dateTime → Instant
-
read-onlyinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id → String
-
read-onlyinherited
- name → String
-
read-onlyinherited
- read → bool
-
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- supporterFirstName → String
-
read-only
- supporterId → String
-
read-only
- supporterLastName → String
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
rebuild(
dynamic updates(NewSupporterLinkedNotificationBuilder)) → NewSupporterLinkedNotification -
Rebuilds the instance.
inherited
-
toBuilder(
) → NewSupporterLinkedNotificationBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited