Actor class

Inheritance

Constructors

Actor.new(ActorContext ctx, IdType? key, TupleType? init, IDLType<RuleContext> body)

Properties

body IDLType<RuleContext>
final
ctx ActorContext
finalinherited
did String
no setteroverride
doc String
latefinalinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
idlType String
no setteroverride
init TupleType?
final
key IdType?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serializable bool
no setteroverride
type String
no setteroverride

Methods

dartType({bool nullable = false}) String
override
deserialize({required bool fromIDL, bool nullable = false}) String?
inherited
isRef() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize({required bool fromIDL, bool nullable = false}) String?
inherited
toString() String
A string representation of this object.
inherited

Operators

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