LocaleStatus class
Per-locale dialect status row.
coverage is (source_keys ∩ translation_keys) / source_keys. With
no source keys, coverage is 1.0 by convention (nothing to translate
= nothing missing).
stale is the count of translation entries (locked OR unlocked) whose
stored @key.source_hash no longer matches the current source value's
hash per dialect/spec/source_hash.md — i.e. the English source
changed since the translation was written. Entries with no stored hash
are untracked, not stale.
Constructors
Properties
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