KDialogStrings class
Constructors
- KDialogStrings({required String acceptButtonText, required String confirmButtonText, required String cancelButtonText, required String saveButtonText, required String confirmationMessage, required String errorRetryText, required String searchLabelInputText, required String bottomErrorAlertTitle, required String confirmDialogText, required String defaultDialogTitle, required String loadingDialogMessage})
Properties
- acceptButtonText → String
-
final
- bottomErrorAlertTitle → String
-
final
- cancelButtonText → String
-
final
- confirmationMessage → String
-
final
- confirmButtonText → String
-
final
- confirmDialogText → String
-
final
- defaultDialogTitle → String
-
final
- errorRetryText → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- loadingDialogMessage → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- saveButtonText → String
-
final
- searchLabelInputText → 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