LocalizationOptions class
Constructors
- LocalizationOptions(String languageCode, {String basicInfo = "BasicInfo", String commonTools = "CommonTools", String debugTools = "DebugTools", String otherTools = "OtherTools", String dialogConfirm = "Confirm", String dialogCancel = "Cancel", String unconfigured = "Unconfigured", String config = "config", String parentDir = "Parent", String refresh = "refresh", String fileOpen = "Open", String fileRename = "Rename", String fileDelete = "Delete", String fileDeleteSuccess = "delete success", String httpProxy = "HttpProxy", String httpRequest = "HttpRequest", String requestDetail = "Detail", String appInfo = "AppInfo", String deviceInfo = "DeviceInfo", String floatButton = "FloatButton", String fileExplorer = "FileExplorer", String performanceToggle = "Performance", String serverConfig = "Server", String copied = "copied", String webServer = "WebServer", String rules = "rules", String records = "records"})
Properties
- appInfo → String
-
final
- basicInfo → String
-
final
- commonTools → String
-
final
- config → String
-
final
- copied → String
-
final
- debugTools → String
-
final
- deviceInfo → String
-
final
- dialogCancel → String
-
final
- dialogConfirm → String
-
final
- fileDelete → String
-
final
- fileDeleteSuccess → String
-
final
- fileExplorer → String
-
final
- fileOpen → String
-
final
- fileRename → String
-
final
- floatButton → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpProxy → String
-
final
- httpRequest → String
-
final
- languageCode → String
-
final
- otherTools → String
-
final
- parentDir → String
-
final
- performanceToggle → String
-
final
- records → String
-
final
- refresh → String
-
final
- requestDetail → String
-
final
- rules → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverConfig → String
-
final
- unconfigured → String
-
final
- webServer → String
-
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