list property

bool get list

Implementation

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