VelocityBloc<T> constructor

VelocityBloc<T>(
  1. T data
)

Implementation

VelocityBloc(T data) : super(VelocityInitialState<T>(data));