hard_heap_limit property

int get hard_heap_limit

Implementation

int get hard_heap_limit => getInt("hard_heap_limit");
set hard_heap_limit (int value)

Implementation

set hard_heap_limit(int value) => setInt("hard_heap_limit", value);