dartDoubleValue property
double?
get
dartDoubleValue
Implementation
double? get dartDoubleValue {
return this.floatValue ?? this.doubleValue;
}
double? get dartDoubleValue {
return this.floatValue ?? this.doubleValue;
}