menu
nrfutil package
documentation
terminal/config/config.dart
Config
exportPath property
exportPath property
dark_mode
light_mode
exportPath
property
@JsonKey.new(name: 'export_path')
String
?
exportPath
final
Export the files to this path
Implementation
@JsonKey(name: 'export_path') final String? exportPath;
nrfutil package
documentation
terminal/config/config
Config
exportPath property
Config class