memory property

MemoryInfo? get memory

Implementation

MemoryInfo? get memory {
  return const _MemoryInfoImpl();
}