SerializedMessage constructor

const SerializedMessage({
  1. required Message message,
  2. String? cwd,
  3. String? userType,
  4. SessionId? sessionId,
  5. DateTime? timestamp,
  6. String? gitBranch,
  7. String? slug,
  8. String? entrypoint,
  9. String? parentUuid,
  10. bool? isSidechain,
})

Implementation

const SerializedMessage({
  required this.message,
  this.cwd,
  this.userType,
  this.sessionId,
  this.timestamp,
  this.gitBranch,
  this.slug,
  this.entrypoint,
  this.parentUuid,
  this.isSidechain,
});