menu
nui_core package
documentation
config/nui_app_config.dart
NUIAppConfig
getVersionWithRelease method
getVersionWithRelease method
dark_mode
light_mode
getVersionWithRelease
method
String
getVersionWithRelease
(
)
Implementation
String getVersionWithRelease(){ return (versionName ?? "") + "-" + (releaseVersion ?? ""); }
nui_core package
documentation
config/nui_app_config
NUIAppConfig
getVersionWithRelease method
NUIAppConfig class