menu
flutter_easy_camera package
documentation
easy_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;
flutter_easy_camera package
documentation
easy_camera
Optional<T>
orNull property
Optional class