menu
squint_json package
documentation
squint_json.dart
Either<T, R>
isOk property
isOk property
dark_mode
light_mode
isOk
property
bool
get
isOk
Returns true if ok is NOT null.
Implementation
bool get isOk => ok != null;
squint_json package
documentation
squint_json
Either<T, R>
isOk property
Either class