getSource method
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;