preferredQuoteForUris abstract method

String preferredQuoteForUris(
  1. List<NamespaceDirective> directives
)

Return the preferred quote based on the enabled lints, otherwise based on the most common quote, otherwise a single quote.

Implementation

String preferredQuoteForUris(List<NamespaceDirective> directives);