Snapshot class abstract

An immutable snapshot of a CARP Core domain object. Used as the base class for serializable CARP domain objects.

Implementers

Constructors

Snapshot([String? id])

Properties

createdOn DateTime
The date when the object represented by this snapshot was created.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
Unique id for this object.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int
The number of edits made to the object represented by this snapshot, indicating its version number.
getter/setter pair

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