safeDoubleValue property

double get safeDoubleValue

Implementation

double get safeDoubleValue => (this ?? 0).toDouble();