EventPlacement class
A class that represents the placement of an event.
Constructors
- EventPlacement.new({required InternalCalendarEvent event, required int dayIdx, required int span, required int rowIdx})
- Creates a new instance of EventPlacement.
Properties
- dayIdx → int
-
The index of the day.
final
- event → InternalCalendarEvent
-
The event.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- rowIdx → int
-
The index of the row.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- span → int
-
The span of the event.
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