DatePickerStrings class
Constructors
- DatePickerStrings.new({required String year, required String month, required String day, required String hour, required String minute, required String second, required String startDate, required String endDate, required String confirm, required String selectTime, required String selectDate, required String pleaseSelect})
-
const
- DatePickerStrings.en()
-
constfactory
- DatePickerStrings.fromLocale(Locale locale)
-
factory
- DatePickerStrings.zh()
-
constfactory
Properties
- confirm → String
-
final
- day → String
-
final
- endDate → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hour → String
-
final
- minute → String
-
final
- month → String
-
final
- pleaseSelect → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- second → String
-
final
- selectDate → String
-
final
- selectTime → String
-
final
- startDate → String
-
final
- year → 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