AbstractTranslations class

A class that holds the abstract translations for various UI prompts and messages.

Constructors

AbstractTranslations.new({String? reload, String? thereWasAnErrorPleaseTryAgain, String? showingCachedData, String? okay, String? cancel, String? thereIsNoData, String? anErrorOccuredPleaseTryAgain})
Constructs an instance of AbstractTranslations with optional translation values.
const

Properties

anErrorOccuredPleaseTryAgain String?
The message displayed when an error occurred and prompts the user to try again.
final
cancel String?
The text for the cancellation action.
final
hashCode int
The hash code for this object.
no setterinherited
okay String?
The text for the confirmation action, typically means "okay".
final
reload String?
The text to prompt the user to reload the data.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showingCachedData String?
The message indicating that cached data is being shown.
final
thereIsNoData String?
The message displayed when there is no data available to show.
final
thereWasAnErrorPleaseTryAgain String?
The message displayed when an error occurs and the user is asked to try again.
final

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