Event class abstract
The base class of all events.
See also:
- BasicEvent, which provides a basic implementation to get you started.
- Mixed-in types
- Implementers
- Available extensions
Properties
- duration → Duration
-
Available on Event, provided by the EventExtension extension
no setter - end → DateTime
-
End of the event; exclusive.
final
- endInclusive → DateTime
-
Available on Event, provided by the EventExtension extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- interval → Interval
-
Available on Event, provided by the EventExtension extension
no setter - isAllDay → bool
-
no setter
- isPartDay → bool
-
Available on Event, provided by the EventExtension extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- start → DateTime
-
Start of the event; inclusive.
final
Methods
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringShort(
) → String -
A brief description of this object, usually just the runtimeType and the
hashCode.
inherited
-
toTimeOverlay(
BuildContext context, {required DateTime date, required Widget widget, TimeOverlayPosition position = TimeOverlayPosition.inFrontOfEvents}) → TimeOverlay? -
Available on Event, provided by the EventToTimeOverlay extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited