menu
finch package
documentation
route.dart
Request
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);
finch package
documentation
route
Request
hasData method
Request class