MemorySection constructor
const
MemorySection({})
Implementation
const MemorySection({
required this.heading,
required this.level,
required this.content,
this.children = const [],
this.tags = const [],
this.addedAt,
this.addedBy,
});