dartDoubleValue property

double? dartDoubleValue

Implementation

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