RemoteAgentMetadata constructor
const
RemoteAgentMetadata({})
Implementation
const RemoteAgentMetadata({
required this.taskId,
required this.remoteTaskType,
required this.sessionId,
required this.title,
required this.command,
required this.spawnedAt,
this.toolUseId,
this.isLongRunning,
this.isUltraplan,
this.isRemoteReview,
this.remoteTaskMetadata,
});