echoPrompt property

  1. @TagNumber.new(22)
bool get echoPrompt

Include prompt text in the result/stream when the backend supports echo.

Implementation

@$pb.TagNumber(22)
$core.bool get echoPrompt => $_getBF(21);
  1. @TagNumber.new(22)
set echoPrompt (bool value)

Implementation

@$pb.TagNumber(22)
set echoPrompt($core.bool value) => $_setBool(21, value);