menu
nrfutil package
documentation
terminal/config/keyfile_config.dart
KeyFileConfig
privateKey property
privateKey property
dark_mode
light_mode
privateKey
property
@JsonKey.new(name: 'private_key')
String
?
privateKey
final
Path to private key
Implementation
@JsonKey(name: 'private_key') final String? privateKey;
nrfutil package
documentation
terminal/config/keyfile_config
KeyFileConfig
privateKey property
KeyFileConfig class