menu
serverpod_cloud_cli package
documentation
commands/password/password.dart
PasswordDefinitions
getNotes static method
getNotes static method
dark_mode
light_mode
getNotes
static method
String
?
getNotes
(
String
name
)
Implementation
static String? getNotes(final String name) { return metadataMap[name]?.notes; }
serverpod_cloud_cli package
documentation
commands/password/password
PasswordDefinitions
getNotes static method
PasswordDefinitions class