DateEntry class

Inheritance

Constructors

DateEntry({required List<RealTime> data, DateFormat? dateFormat, required RealTime earliestDate, required RealTime latestDate})
const
DateEntry.none()
const

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

Methods

fromString(String text) DateEntry
Get the submittable value
override
itemFromDateTime(DateTime dateTime) RealTime
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withSelected(RealTime item) DateEntry
override
withUnselected(RealTime item) Entry<RealTime>
override

Operators

operator ==(Object other) bool
The equality operator.
inherited