getSource method

  1. @override
ApplicationContext getSource()
override

Returns the ApplicationContext that published this event.

This overrides the base source accessor to provide a typed reference to the ApplicationContext.

Implementation

@override
ApplicationContext getSource() => super._source as ApplicationContext;