username property
Required. Username for the PostgreSQL connection.
Implementation
@$pb.TagNumber(3)
$core.String get username => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set username($core.String v) {
$_setString(2, v);
}
Required. Username for the PostgreSQL connection.
@$pb.TagNumber(3)
$core.String get username => $_getSZ(2);
@$pb.TagNumber(3)
set username($core.String v) {
$_setString(2, v);
}