Result<R, E>.ok constructor
const
Result<R, E>.ok (
- R? okValue
Implementation
const Result.ok(this.okValue)
: errValue = null,
_isOk = true;
const Result.ok(this.okValue)
: errValue = null,
_isOk = true;