minBatchSize property

int get minBatchSize

Implementation

int get minBatchSize => getFunction<int>(SettingsKeys.trackerMinBatchSize);
set minBatchSize (int minBatchSize)

Implementation

set minBatchSize(int minBatchSize) =>
    setFunction<int>(SettingsKeys.trackerMinBatchSize, minBatchSize);