I18nVarious class

Internationalization (i18n) settings for various components.

Constructors

I18nVarious({String loadingDialogMsg = 'Please wait...', String closeEditorWarningTitle = 'Close Image Editor?', String closeEditorWarningMessage = 'Are you sure you want to close the Image Editor? Your changes will not be saved.', String closeEditorWarningConfirmBtn = 'OK', String closeEditorWarningCancelBtn = 'Cancel'})
Creates an instance of I18nVarious with customizable internationalization settings.
const

Properties

closeEditorWarningCancelBtn String
final
closeEditorWarningConfirmBtn String
final
closeEditorWarningMessage String
final
closeEditorWarningTitle String
final
hashCode int
The hash code for this object.
no setterinherited
loadingDialogMsg String
Text for the loading dialog message.
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