Localization class
Constructors
- Localization({required String title, required String poweredBy, required String approvedStatus, required String inProgressStatus, required String doneStatus, required String emptyRequestsText, required String emptyCommentsText, required String commentsTitle, required String developersNote, required String addCommentPlaceholder, required String createRequestScreenTitle, required String createRequestTitle, required String createRequestTitlePlaceholder, required String createRequestDescription, required String createRequestDescriptionPlaceholder, required String createRequestSubmit, required String createRequestToastSuccess, required String createRequestEmailPlaceholder, required String createRequestEmail})
-
const
Properties
- addCommentPlaceholder → String
-
final
- approvedStatus → String
-
final
- commentsTitle → String
-
final
- createRequestDescription → String
-
final
- createRequestDescriptionPlaceholder → String
-
final
- createRequestEmail → String
-
final
- createRequestEmailPlaceholder → String
-
final
- createRequestScreenTitle → String
-
final
- createRequestSubmit → String
-
final
- createRequestTitle → String
-
final
- createRequestTitlePlaceholder → String
-
final
- createRequestToastSuccess → String
-
final
- developersNote → String
-
final
- doneStatus → String
-
final
- emptyCommentsText → String
-
final
- emptyRequestsText → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inProgressStatus → String
-
final
- poweredBy → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → 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