DateEntry class
Properties
-
current
→ RealTime
-
The current value for the field.
This property defines the current value that is assigned to the field.
no setteroverride
-
data
→ List<RealTime>
-
final
-
dateFormat
→ DateFormat
-
no setter
-
earliestDate
→ RealTime
-
The minimum value for the field.
This property defines the minimum value that can be assigned to the field.
final
-
earlyDateText
→ String
-
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
isDefined
→ bool
-
Returns
true if the object is defined.
Always check if the object is defined before using it.
no setterinherited
-
isUndefined
→ bool
-
Returns
true if the object is undefined.
Always check if the object is undefined before using it.
no setterinherited
-
latestDate
→ RealTime
-
The maximum value for the field.
This property defines the maximum value that can be assigned to the field.
final
-
latestDateText
→ String
-
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
text
→ String
-
Serves as the initial value
no setteroverride