showSource property

bool? showSource
final

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;