menu
squint_json
squint
Either
<
T
,
R
>
Either.ok factory constructor
Either.ok
brightness_4
brightness_5
Either<
T
,
R
>.ok
constructor
Either<
T
,
R
>.ok
(
T
ok
)
Construct a new instance with value T ok,
Implementation
factory Either.ok(T ok) => Either(ok: ok);
squint_json
squint
Either
<
T
,
R
>
Either.ok factory constructor
Either class
Constructors
Either
nok
ok
Properties
hashCode
isOk
nok
ok
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==