FxLocalizationKey class

Stable localization key metadata for tools and diagnostics.

Constructors

FxLocalizationKey(String name, {String? context})
Creates a localization key with an optional translator context.
const

Properties

context String?
Translator context, normally exported as PO msgctxt.
final
hashCode int
The hash code for this object.
no setterinherited
name String
ARB key name.
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
toTemplateMap() Map<String, Object?>
Stable map for diagnostics, docs, and generators.

Operators

operator ==(Object other) bool
The equality operator.
inherited