DateTimeElement class

Represents a dropdown model class , used to draw dropdown .

Inheritance

Constructors

DateTimeElement({String elementType = UIElementTypeConstants.dropdown, required String elementId, required String label, DateTimeVisibilityMode mode = DateTimeVisibilityMode.dateTime, DateTime? from, DateTime? to, TextInputPlaceholder? placeholder, String? dateTimeFormat, DateTime? defaultDateTime, String? response, String? defaultValue, bool? optional, DateTime? formattedResponse})
DateTimeElement.fromMap(dynamic map)
factory

Properties

dateTimeFormat String?
getter/setter pair
defaultDateTime DateTime?
getter/setter pair
defaultValue String?
getter/setter pairinherited
elementId String
getter/setter pairinherited
elementType String
getter/setter pairinherited
formattedResponse DateTime?
getter/setter pair
from DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
label String
getter/setter pair
mode DateTimeVisibilityMode
getter/setter pair
optional bool
getter/setter pairinherited
placeholder TextInputPlaceholder?
getter/setter pair
response String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to DateTime?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited
validateResponse() bool
override

Operators

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