CountryCityAddressStrings class
countrySearchPickerTitle is the text at the top of the country search picker page
countrySearchPickerHintText is the text in the country search page, text input field
countrySearchPickerRetryText is a text displayed in retry button, which is displayed, when there is an exception on the country search page.
countryLabelText is the label text for the country widget.
cityButtonText is the text in the button inside the edit city page.
cityLabelText is the label text of the city widget
cityEmptyLabel is a value displayed if there is a null value provided for the city name
addressButtonText is a text inside button in the page with the address edit input field
addressLabelText is a label text displayed on the address widget
addressEmptyLabel A value displayed if there is a null value provided for the address name
addressChangedMessage A message displayed, when an address is changed successfully
Constructors
- CountryCityAddressStrings({required String countrySearchPickerTitle, required String countrySearchPickerHintText, required String countrySearchPickerRetryText, required String countryLabelText, required String cityButtonText, required String cityLabelText, required String cityEmptyLabel, required String addressButtonText, required String addressLabelText, required String addressEmptyLabel, required String addressChangedMessage})
-
const
Properties
- addressButtonText → String
-
final
- addressChangedMessage → String
-
final
- addressEmptyLabel → String
-
final
- addressLabelText → String
-
final
- cityButtonText → String
-
final
- cityEmptyLabel → String
-
final
- cityLabelText → String
-
final
- countryLabelText → String
-
final
- countrySearchPickerHintText → String
-
final
- countrySearchPickerRetryText → String
-
final
- countrySearchPickerTitle → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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