static String? nullableMappedToString(Map<String, dynamic>? value) => value != null && value.containsKey('\$') ? mappedToString(value) : null;