safe_yaml package
documentation
safe_config
DatabaseConfiguration
host property
host
host
property
Null safety
String
?
host
read / write
The host of the database to connect to.
This property is required.
Implementation
String? host;
safe_yaml package
documentation
safe_config
DatabaseConfiguration
host property
DatabaseConfiguration class
Constructors
DatabaseConfiguration
fromFile
fromMap
fromString
withConnectionInfo
Properties
databaseName
hashCode
host
isTemporary
password
port
runtimeType
username
Methods
decode
noSuchMethod
toString
validate
Operators
operator ==