FluxSnapshot<T> constructor

FluxSnapshot<T>(
  1. StateXType type,
  2. T data
)

Implementation

FluxSnapshot(this.type, this.data);