populatedPostinstallContent property

String? populatedPostinstallContent
getter/setter pair

Postinstall instructions to be shown for this Extension, with template strings representing function and parameter values substituted with actual values.

These strings include: ${param:FOO}, ${function:myFunc.url}, ${function:myFunc.name}, and ${function:myFunc.location}

Output only.

Implementation

core.String? populatedPostinstallContent;