format property

String format
final

A format string for the message. Embedded variables have the form {name}. If variable name starts with an underscore character, the variable does not contain user data (PII) and can be safely used for telemetry purposes.

Implementation

final String format;