Memory constructor
Memory({
- MemoryTypeInfo? ram,
- MemoryTypeInfo? internal,
- MemoryTypeInfo? external,
constructor for the memory class.
Implementation
Memory({
this.ram,
this.internal,
this.external,
});