stanza
stanza
PostgresCredentials
PostgresCredentials constructor
PostgresCredentials
stanza
stanza
PostgresCredentials
PostgresCredentials constructor
PostgresCredentials class
Constructors
PostgresCredentials
Properties
db
host
password
port
username
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
PostgresCredentials
constructor
PostgresCredentials
(
String
host
,
int
port
,
String
db
,
String
username
,
String
password
)
Implementation
PostgresCredentials( this.host, this.port, this.db, this.username, this.password);