BoardDateTimeItemTitles class

Specify the title of each item to be displayed in the picker.

If none is specified, the item title is unspecified. The default value is used to compensate for the missing items.

Constructors

BoardDateTimeItemTitles({String? year, String? month, String? day, String? hour, String? minute, String? second})
const

Properties

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

Methods

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