hasDocumentation property
override
Implementation
@override
bool get hasDocumentation =>
documentationFile != null &&
packageGraph.resourceProvider
.readAsMalformedAllowedStringSync(documentationFile)
.isNotEmpty;
@override
bool get hasDocumentation =>
documentationFile != null &&
packageGraph.resourceProvider
.readAsMalformedAllowedStringSync(documentationFile)
.isNotEmpty;