BoardDateTimeResult class

Inheritance

Constructors

BoardDateTimeResult.new({required int year, required int month, required int day, required int hour, required int minute})
const

Properties

day int
Day of the selected date and time
final
hashCode int
The hash code for this object.
no setterinherited
hour int
Hour of the selected date and time
final
minute int
Minute of the selected date and time
final
month int
Month of the selected date and time
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
year int
Year of the selected date and time
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