totalLengthDouble property

double get totalLengthDouble

Implementation

double get totalLengthDouble => double.tryParse(totalLength) ?? 0;