LcpResult<T> constructor

LcpResult<T>(
  1. int drmErrorCode,
  2. T result
)

Implementation

LcpResult(this.drmErrorCode, this.result);