Success<S, E> constructor
const
Success<S, E> (
- S _success
Receives the S
param as
the successful result.
Implementation
const Success(
this._success,
);
Receives the S
param as
the successful result.
const Success(
this._success,
);