state property

  1. @override
T get state

current bloc state.

Implementation

@override
T get state => value;