int maxIterations;
int get maxIterations => ref.maxIterations;
set maxIterations(int value) => ref.maxIterations = value;