state property

  1. @override
T? state
override

Returns the event state.

Implementation

@override
T? get state => mapFunction(evt.state);