DogDouble class

Inheritance
Available Extensions

Constructors

DogDouble(double 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 double
final

Methods

accept(DogVisitor visitor) → void
Accepts an DogVisitor.
inherited
clone() DogGraphValue
(Deep-)Clones this graph value.
override
coerceNative() double
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
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDescriptionString() String
inherited
toString() String
A string representation of this object.
inherited

Operators

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