hasEmbeddedExactSource function

bool hasEmbeddedExactSource(
  1. String text
)

Implementation

bool hasEmbeddedExactSource(String text) =>
    tryDecodeExactSourceMetadata(text) != null;