doubleValue property

double get doubleValue

Implementation

double get doubleValue => double.tryParse(this ?? '') ?? 0.0;