@override double readFloat64(String label) { num? f = readProp<num>(label); return f?.toDouble() ?? 0; }