data property
dynamic
data
final
The data to display.
Can be of any type (String, Map, List, etc.). If null or empty, displays "No request body".
Implementation
final dynamic data;
The data to display.
Can be of any type (String, Map, List, etc.). If null or empty, displays "No request body".
final dynamic data;