PlanDB class abstract

Plan DB class

Request/reply to plan database.

Inheritance
Implemented types

Constructors

PlanDB([void updates(PlanDBBuilder b)?])
factory

Properties

abbrev String
no setteroverride
arg ImcMessage?
Request or reply argument.
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
info String
Human-readable complementary information. For example this may be used to detail reasons for failure, or to report in-progress information.
no setter
msgId int
no setteroverride
op PlanDBEnumOp
Indicates the operation affecting the DB.
no setter
planId String
Plan identifier for the operation, if one is required.
no setter
requestId int
Request ID. This may be used by interfacing modules, e.g. using sequence counters, to annotate requests and appropriately identify replies
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src int
no setterinherited
srcEnt int
no setterinherited
sync int
no setterinherited
timestamp DateTime?
no setterinherited
type PlanDBEnumType
Indicates if the message is a request, or a reply to a previous request.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PlanDBBuilder)) PlanDB
Rebuilds the instance.
inherited
toBuilder() PlanDBBuilder
Converts the instance to a builder B.
inherited
toJson([bool includeHeader = true]) Map<String, dynamic>
To JSON object
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

staticId → const int