EmbeddedExactSource class
Invisible, self-validating exact-source metadata embedded at the end of a rendered Brahmic string.
The visible script remains unchanged. The metadata uses Unicode Tag characters (Plane 14), so most renderers do not display it. Exact recovery is possible only while those code points are retained by storage, copying, databases, normalization, and transport layers.
Constructors
- EmbeddedExactSource({required String visibleText, required String originalSource})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- originalSource → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- visibleText → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited