menu
xray package
documentation
xray.dart
InspectorKeyValueEntry
InspectorKeyValueEntry.new const constructor
InspectorKeyValueEntry.new const constructor
dark_mode
light_mode
InspectorKeyValueEntry
constructor
const
InspectorKeyValueEntry
(
{
required
String
key
,
String
?
value
,
})
Implementation
const InspectorKeyValueEntry({required this.key, this.value});
xray package
documentation
xray
InspectorKeyValueEntry
InspectorKeyValueEntry.new const constructor
InspectorKeyValueEntry class