initialEvent property

BlocEvent? initialEvent
getter/setter pair

The event to send to the Bloc when the page first loads

Implementation

BlocEvent? initialEvent;