WithWarning<T> constructor

WithWarning<T>(
  1. T result,
  2. List<Warning> warnings
)

Implementation

WithWarning(this.result, this.warnings);