jsContent property
A set of EmbeddedJsContent.
You can define JS functions, which will be embedded into the HTML source (won't do anything on URL) and you can later call them using the controller.
For more info, see EmbeddedJsContent.
Implementation
@override
final Set<EmbeddedJsContent> jsContent;