MemoryEvent constructor

MemoryEvent({
  1. String? byteCount,
  2. String? createTime,
  3. String? eventType,
})

Implementation

MemoryEvent({
  this.byteCount,
  this.createTime,
  this.eventType,
});