MemoryUpdateNotification constructor

const MemoryUpdateNotification({
  1. Key? key,
  2. required String memoryPath,
})

Implementation

const MemoryUpdateNotification({super.key, required this.memoryPath});