doPrefillInputs property

bool get doPrefillInputs

Implementation

static bool get doPrefillInputs {
  _doPrefillInputs ??=
      const String.fromEnvironment('DO_PREFILL_INPUTS', defaultValue: 'false') == 'true';
  return _doPrefillInputs!;
}