PlanApprovalRequestMessage constructor
PlanApprovalRequestMessage({})
Implementation
PlanApprovalRequestMessage({
required this.from,
required this.timestamp,
required this.planFilePath,
required this.planContent,
required this.requestId,
});