preferredQuoteForUris abstract method

String preferredQuoteForUris(
  1. Iterable<NamespaceDirective> directives
)

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

Implementation

String preferredQuoteForUris(Iterable<NamespaceDirective> directives);