PreparedArb class

Output of ArbAdapter.prepare: the filtered ARB plus diagnostics about which keys were dropped and why.

Constructors

PreparedArb({required ArbFile arb, required List<String> keysMissingNamespace, required Map<String, List<String>> keysExcludedByNamespace})

Properties

arb ArbFile
The filtered, metadata-handled ARB ready for ArbWriter.
final
hashCode int
The hash code for this object.
no setterinherited
keysExcludedByNamespace Map<String, List<String>>
Keys dropped because their (source-side) namespace was set but not listed in PlatformConfig.namespaces. Grouped by namespace so sync can summarize "skipped N keys in namespaces X, Y, Z" without dumping every key. Empty when filtering is off or every key's namespace passed the allowlist.
final
keysMissingNamespace List<String>
Keys dropped from the output because the source ARB didn't declare @key.namespace. Empty when filtering is off or when every source key has a namespace. The source ARB likely needs dialect check to flag the missing metadata.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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