defaultAsyncThreshold constant
int
const defaultAsyncThreshold
The default threshold (in bytes) above which operations will be performed in a separate isolate.
Implementation
static const int defaultAsyncThreshold = 50000;