soft_heap_limit property
int
get
soft_heap_limit
Implementation
int get soft_heap_limit => getInt("soft_heap_limit");
set
soft_heap_limit
(int value)
Implementation
set soft_heap_limit(int value) => setInt("soft_heap_limit", value);