menu
redipaenew_dev package
documentation
lib/common_method/error_handling.dart
ErrorHandling
getKeyName static method
getKeyName static method
dark_mode
light_mode
getKeyName
static method
String
getKeyName
(
dynamic
value
)
Implementation
static String getKeyName(dynamic value) { return value == null ? '' : value.toString(); }
redipaenew_dev package
documentation
lib/common_method/error_handling
ErrorHandling
getKeyName static method
ErrorHandling class