OrphanedRecord class abstract

an object containing information about an orphaned record.

Properties:

  • parentId - the id of the parent relation (table) entry.
  • childId - the id of the child relation (table) entry.

Constructors

OrphanedRecord([void updates(OrphanedRecordBuilder b)])
factory

Properties

childId String?
the id of the child relation (table) entry.
no setter
hashCode int
The hash code for this object.
no setterinherited
parentId String?
the id of the parent relation (table) entry.
no setter
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
rebuild(dynamic updates(OrphanedRecordBuilder)) OrphanedRecord
Rebuilds the instance.
inherited
toBuilder() OrphanedRecordBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<OrphanedRecord>
no setter