titleLocArgs property

List<String>? titleLocArgs
getter/setter pair

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

See Formatting and Styling for more information.

Implementation

core.List<core.String>? titleLocArgs;