DogBool class

Graph node representing a boolean value.

Inheritance
Available Extensions

Constructors

DogBool(bool value)
Graph node representing a boolean value.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value bool
The boolean value of this node.
final

Methods

accept(DogVisitor visitor) → void
Accepts an DogVisitor.
inherited
clone() DogGraphValue
(Deep-)Clones this graph value.
override
coerceNative() bool
Converts this value to a native one. All values that can be serialised by jsonEncode are considered native.
override
coerceString() String
Returns a string representation of this dog value.
override
describe(int indent) String
Returns a string representation of this dog value with the given indent.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDescriptionString() String
Returns a string representation of this dog value.
inherited
toString() String
A string representation of this object.
inherited

Operators

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