SagaMeta class

Meta info for saga. If name is not provided then id is used to identify a saga.

Constructors

SagaMeta(String? name, int id)
Creates an instance of SagaMeta with name and id provided

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
id of saga
final
name String?
name of saga
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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