WorkflowNotificationModel class
Constructors
- WorkflowNotificationModel({String? message, WorkflowNotificationAddressee? addressee})
Properties
- addressee ↔ WorkflowNotificationAddressee?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- message ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
collectReferences(
{String? appId}) → Future< List< ModelReference> > -
copyWith(
{String? message, WorkflowNotificationAddressee? addressee}) → WorkflowNotificationModel -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toEntity(
{String? appId}) → WorkflowNotificationEntity -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
fromEntity(
WorkflowNotificationEntity? entity) → Future< WorkflowNotificationModel?> -
fromEntityPlus(
WorkflowNotificationEntity? entity, {String? appId}) → Future< WorkflowNotificationModel?>
Constants
- id → const String
- packageName → const String