LiftRetVal<T> constructor

const LiftRetVal<T>(
  1. T value,
  2. int bytesRead
)

Implementation

const LiftRetVal(this.value, this.bytesRead);