Result<T> constructor

const Result<T>(
  1. T value
)

Implementation

const Result(this.value);