SagaMeta constructor

SagaMeta(
  1. String? name,
  2. int id
)

Creates an instance of SagaMeta with name and id provided

Implementation

SagaMeta(this.name, this.id);