MemoryGrant constructor
MemoryGrant({
- bool list = true,
- List<
MemoryEntryGrant> ? memories,
Implementation
MemoryGrant({this.list = true, this.memories});
MemoryGrant({this.list = true, this.memories});