password property

String? password
final

Optional database password.

Prefer generated configs that read this value from String.fromEnvironment instead of committing credentials.

Implementation

final String? password;