DatePickerUnit class

Constructors

DatePickerUnit.md({String? month = ' M', String? day = ' D'})
const
DatePickerUnit.none()
const
DatePickerUnit.yd({String? year = ' Y', String? month = ' M', String? day = ' D'})
const
DatePickerUnit.ym({String? year = ' Y', String? month = ' M'})
const

Properties

day String?
final
hashCode int
The hash code for this object.
no setterinherited
month String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
year String?
final

Methods

getLength() int
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