menu
inspection_camera package
documentation
inspection_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;
inspection_camera package
documentation
inspection_camera
Optional<T>
orNull property
Optional class