menu
revali_core package
documentation
env/env.dart
Env
has method
has method
dark_mode
light_mode
has
method
bool
has
(
String
name
)
Implementation
bool has(String name) => this[name] != null;
revali_core package
documentation
env/env
Env
has method
Env class