DoubleOptional class

Inheritance

Constructors

DoubleOptional({required String key, required AttributeProvider provider, AttributeTransform<double>? transform})

Properties

attributeType DType<double>
finalinherited
exists bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
key String
finalinherited
provider AttributeProvider
finalinherited
rawValue Object?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transform AttributeTransform<double>?
finalinherited
value double?
getter/setter pairinherited

Methods

fromRawAttribute(Object attr) double
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toRawAtttribute(double value) Object
inherited
toString() String
A string representation of this object.
inherited

Operators

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