menu
camera_item package
documentation
camera.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;
camera_item package
documentation
camera
Optional<T>
orNull property
Optional class