noEcho property

bool? noEcho
final

Whether to mask the parameter value whenever anyone makes a call that describes the stack. If you set the value to true, the parameter value is masked with asterisks (*****).

Implementation

final bool? noEcho;