BaseTranslations<E extends BaseAppLocale<E, T>, T extends BaseTranslations<E, T>> class abstract

Root translation class of ONE locale Entry point for every translation

Implementers

Constructors

BaseTranslations()

Properties

$meta TranslationMetadata<E, T>
Metadata of this root translation class
no setter
hashCode int
The hash code for this object.
no setterinherited
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