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