LSLSample<T> constructor

const LSLSample<T>(
  1. IList<T> data,
  2. double timestamp,
  3. int errorCode
)

Implementation

const LSLSample(this.data, this.timestamp, this.errorCode);