menu
stl
stl.dart
Optional
<
T
>
isPresent property
isPresent
dark_mode
light_mode
isPresent
property
bool
get
isPresent
Returns true if this is a
Some
instance.
Implementation
bool get isPresent => this is Some<T>;
stl
stl
Optional
<
T
>
isPresent property
Optional class