VelocityUpdateState<T> constructor

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

Implementation

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