CactusCompletionResultC class final

Inheritance
Implemented types
Available extensions

Constructors

CactusCompletionResultC()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stopped_eos bool
getter/setter pair
stopped_limit bool
getter/setter pair
stopped_word bool
getter/setter pair
stopping_word Pointer<Utf8>
getter/setter pair
text Pointer<Utf8>
getter/setter pair
tokens_evaluated int
getter/setter pair
tokens_predicted int
getter/setter pair
truncated bool
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