VelocityFailedState<T> constructor

const VelocityFailedState<T>(
  1. T data,
  2. bool changed,
  3. String error
)

Implementation

const VelocityFailedState(super.data, super.changed, super.error);