isParallel property

bool get isParallel

bool isParallel;

Implementation

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

Implementation

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