Resource class

Constructors

Resource({required Header head, required List<AgendaEvent> events})

Properties

events List<AgendaEvent>
events (appointments/Todos) linked to the head.
final
hashCode int
The hash code for this object.
no setterinherited
Pillar object helps link the resource with his appointments. head employee/resource.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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