DogNative class

Wrapped native value.

Inheritance
Available Extensions

Constructors

DogNative(Object value, [String? label])
Wrapped native value.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
label String?
Label denoting the type of the native value.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Object
The actual native value.
final

Methods

accept(DogVisitor visitor) → void
Accepts an DogVisitor.
inherited
clone() DogGraphValue
(Deep-)Clones this graph value.
override
coerceNative() → dynamic
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.
override
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