blob: 3d3eb6a7b6688fcce7b5de073400fede4240a074 [file] [log] [blame]
>>> (indent 2)
String someComplicatedHelpMessage(String numberInputFieldPlaceholder,
String timeUnitDropdownPlaceholder) => Intl.message(
'Deflagrate the persimmon to $numberInputFieldPlaceholder golgafrinchans per'
'$timeUnitDropdownPlaceholder maximum, unless we say otherwise',
name: 'someComplicatedHelpMessage',
args: [numberInputFieldPlaceholder, timeUnitDropdownPlaceholder],
examples: {
'numberInputFieldPlaceholder': '3',
'timeUnitDropdownPlaceholder': 'per light-year'
},
desc: 'Some very long descriptive text that actually isn\'t obeying the...');
<<<
String someComplicatedHelpMessage(String numberInputFieldPlaceholder,
String timeUnitDropdownPlaceholder) =>
Intl.message(
'Deflagrate the persimmon to $numberInputFieldPlaceholder golgafrinchans per'
'$timeUnitDropdownPlaceholder maximum, unless we say otherwise',
name: 'someComplicatedHelpMessage',
args: [numberInputFieldPlaceholder, timeUnitDropdownPlaceholder],
examples: {
'numberInputFieldPlaceholder': '3',
'timeUnitDropdownPlaceholder': 'per light-year'
},
desc:
'Some very long descriptive text that actually isn\'t obeying the...');