MemoryEventBody constructor

MemoryEventBody({
  1. required int count,
  2. required String memoryReference,
  3. required int offset,
})

Implementation

MemoryEventBody({
  required this.count,
  required this.memoryReference,
  required this.offset,
});