LSLSample<T> constructor

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

Implementation

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