linkRegExp property
- @Deprecated('No longer used and will be silently ignored. Please use custom regex ' 'or use AutoFormatMultipleLinksRule.singleLineUrlRegExp which is an internal API.')
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;