AskarResult<T> constructor

AskarResult<T>(
  1. ErrorCode errorCode,
  2. T value
)

Implementation

AskarResult(this.errorCode, this.value);