bodyLocArgs property

List<String>? bodyLocArgs
getter/setter pair

Variable string values to be used in place of the format specifiers in body_loc_key to use to localize the body text to the user's current localization.

See Formatting and Styling for more information.

Implementation

core.List<core.String>? bodyLocArgs;