menu
kubernetes package
documentation
core_v1.dart
KeyToPath
KeyToPath const constructor
KeyToPath const constructor
dark_mode
light_mode
KeyToPath
constructor
const
KeyToPath
(
{
required
String
key
,
int
?
mode
,
required
String
path
,
})
Default constructor.
Implementation
const KeyToPath({ required this.key, this.mode, required this.path, });
kubernetes package
documentation
core_v1
KeyToPath
KeyToPath const constructor
KeyToPath class