NewSupporterLinkedNotificationBuilder class Null safety

Implemented types

Constructors

NewSupporterLinkedNotificationBuilder()

Properties

category String?
covariantread / writeoverride
dateTime Instant?
covariantread / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
id String?
covariantread / writeoverride
name String?
covariantread / writeoverride
read bool?
covariantread / writeoverride
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
supporterFirstName String?
covariantread / write
supporterId String?
covariantread / write
supporterLastName String?
covariantread / write

Methods

build() NewSupporterLinkedNotification
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
replace(covariant NewSupporterLinkedNotification other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(NewSupporterLinkedNotificationBuilder)?) → void
Applies updates.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited