Get as double or empty if null
double getDouble(String property) { return get(property)?.asDouble() ?? 0.0; }