menu
xfdn_design_system_admin package
documentation
helpers/services/json_decoder.dart
JSONDecoder
has method
has method
dark_mode
light_mode
has
method
bool
has
(
String
key
)
Implementation
bool has(String key) { return jsonObject.containsKey(key); }
xfdn_design_system_admin package
documentation
helpers/services/json_decoder
JSONDecoder
has method
JSONDecoder class