menu
webapp package
documentation
wa_route.dart
WebRequest
hasData method
hasData method
dark_mode
light_mode
hasData
method
bool
hasData
(
String
key
)
Checks if
key
exists in the request data.
Implementation
bool hasData(String key) => _allData.containsKey(key);
webapp package
documentation
wa_route
WebRequest
hasData method
WebRequest class