bool isParallel;
bool get isParallel => ref.isParallel;
set isParallel(bool value) => ref.isParallel = value;