FunctionDeclaration constructor
FunctionDeclaration({})
Implementation
FunctionDeclaration({
required this.status,
required this.type,
required this.projectId,
required this.durationInSeconds,
required this.message,
required this.data,
});