GenericBloc<T> constructor

GenericBloc<T>(
  1. T data
)

Implementation

GenericBloc(T data) : super(GenericInitialState<T>(data));