HistoryEvent class

Wraps a fact and a date, exposes as a SmartDateItem

Implemented types
Mixed in types
  • DiffDelegateMixin

Constructors

HistoryEvent.ofDateTime({required IFact sourceFact, required IFactMetaDate metaDate, required DateTime? date})
HistoryEvent.ofFlexiDate({required IFact sourceFact, required IFactMetaDate metaDate, required FlexiDate? flexiDate})

Properties

date DateTime?
final
diffHashCode int
no setterinherited
diffKey → dynamic
no setteroverride
diffSource → dynamic
no setterinherited
flexiDate → FlexiDate?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
no setteroverride
metaDate → IFactMetaDate
final
mkey → MKey
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showTimestamp bool
no setteroverride
smartNoteDate DateTime?
no setteroverride
sourceFact IFact
final

Methods

clone() → dynamic
override
diffEquals(dynamic other) bool
inherited
diffIdentical(dynamic other) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
takeFrom(dynamic source) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited