serve-d ~workspaced-v3 (2026-02-27T20:01:12.5454227)
Dub
Repo
DubDependency
served
protoext
Undocumented in source.
struct
DubDependency {
string
name
;
@
SerializedName
("version")
string
version_
;
string
path
;
string
description
;
string
homepage
;
const
(
string
)[]
authors
;
string
copyright
;
string
license
;
const
(
string
)[]
subPackages
;
bool
hasDependencies
;
bool
root
;
}
Members
Variables
authors
const
(
string
)[]
authors
;
Undocumented in source.
copyright
string
copyright
;
Undocumented in source.
description
string
description
;
Undocumented in source.
hasDependencies
bool
hasDependencies
;
Undocumented in source.
homepage
string
homepage
;
Undocumented in source.
license
string
license
;
Undocumented in source.
name
string
name
;
Undocumented in source.
path
string
path
;
Undocumented in source.
root
bool
root
;
Undocumented in source.
subPackages
const
(
string
)[]
subPackages
;
Undocumented in source.
version_
string
version_
;
Undocumented in source.
Meta
Source
See Implementation
served
protoext
structs
AddImportParams
DubDependency
ImplementMethodsParams
InstallRequest
SortImportsParams
UninstallRequest
UpdateRequest
UpdateSettingParams