clear property

bool get clear

Implementation

bool get clear {
  return argResults?['clear'] as bool? ?? false;
}