DateTimePickerAction class

Inheritance

Constructors

DateTimePickerAction({required String label, required String data, required DateTimePickerActionMode mode, String? initial, String? max, String? min})
const

Properties

data String
final
hashCode int
The hash code for this object.
no setterinherited
initial String?
final
label String
finalinherited
max String?
final
min String?
final
mode DateTimePickerActionMode
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ActionType
finalinherited

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

Operators

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