MemoryEventBody.fromMap constructor

MemoryEventBody.fromMap(
  1. Map<String, Object?> obj
)

Implementation

MemoryEventBody.fromMap(Map<String, Object?> obj)
    : count = obj['count'] as int,
      memoryReference = obj['memoryReference'] as String,
      offset = obj['offset'] as int;