static Future<double?> getDouble({String? key}) { return _get<double>(key: key, getType: "double"); }