showSource property
Whether to show the package source.
If this is null
, the source is shown for all non-hosted, non-root
packages. It's always true
if showDescription is true
.
Implementation
final bool? showSource;
Whether to show the package source.
If this is null
, the source is shown for all non-hosted, non-root
packages. It's always true
if showDescription is true
.
final bool? showSource;