args property

Map<String, String> args
final

Arguments that appear as interpolations in text.

These are currently only used to support HTML nested within this message.

Implementation

final Map<String, String> args;