build

abstract fun build(frontendContext: FrontendContext): Frontend

Returns a new instance of a particular Frontend with a given frontendContext.

The frontend framework will call this to create the Frontend after all properties of this class are set.

Note:frontendContext may only be used to construct a single Frontend instance.