Map<String, int> toJson() => <String, int>{ 'arena': arenaBytes, 'inUse': inUseBytes, 'free': freeBytes, 'mmapped': mmappedBytes, };