Success<T> constructor
const
Success<T> (
- T value
Creates a new Success instance with the given value.
Implementation
const Success(this.value);
Creates a new Success instance with the given value.
const Success(this.value);