Set string property with type safety
void setPropertyFromString(String property, String? value) { setPropertyUnsafe(property, value); }