PendingOperation constructor
PendingOperation({})
Implementation
PendingOperation({
required this.id,
required this.sessionId,
required this.type,
this.requestId,
this.progressToken,
}) : createdAt = DateTime.now();