menu
datum package
documentation
source/core/models/datum_either.dart
DatumEither<L, R>
isSuccess method
isSuccess method
dark_mode
light_mode
isSuccess
method
bool
isSuccess
(
)
Returns
true
if this is a
Success
.
Implementation
bool isSuccess() => this is Success<L, R>;
datum package
documentation
source/core/models/datum_either
DatumEither<L, R>
isSuccess method
DatumEither class