menu
livelyness_detection package
documentation
index.dart
Optional<T>
orNull property
orNull property
dark_mode
light_mode
orNull
property
T?
get
orNull
Gets the Optional value, or
null
if there is none.
Implementation
T? get orNull => _value;
livelyness_detection package
documentation
index
Optional<T>
orNull property
Optional class