TranslationProvider<T> class
abstract
A TranslationProvider is able to translate a specific object type
T
the object type
Constructors
Properties
Methods
-
getType(
) → Type -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
translate(
T instance) → String -
translate an object
instance
the object instance
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited