linkRegExp property

  1. @Deprecated('No longer used and will be silently ignored. Please use custom regex ' 'or use AutoFormatMultipleLinksRule.singleLineUrlRegExp which is an internal API.')
RegExp get linkRegExp

Implementation

@Deprecated(
  'No longer used and will be silently ignored. Please use custom regex '
  'or use AutoFormatMultipleLinksRule.singleLineUrlRegExp which is an internal API.',
)
RegExp get linkRegExp => singleLineUrlRegExp;