MarkedDate class

Implemented types

Constructors

MarkedDate({required Color color, int? id, TextStyle? textStyle, required DateTime date})

Properties

color Color
final
date DateTime
final
hashCode int
The hash code for this object.
no setteroverride
id int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
final

Methods

getColor() Color
override
getDate() DateTime
override
getId() int?
override
getTextStyle() TextStyle?
override
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 ==(dynamic other) bool
The equality operator.
override