menu
squint_json
squint
Either
<
T
,
R
>
Either const constructor
Either
brightness_4
brightness_5
Either<
T
,
R
>
constructor
const
Either<
T
,
R
>
(
{
T?
ok
,
R?
nok
}
)
Construct a new instance.
Implementation
const Either({this.ok, this.nok});
squint_json
squint
Either
<
T
,
R
>
Either const constructor
Either class
Constructors
Either
nok
ok
Properties
hashCode
isOk
nok
ok
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==