Set the value of the property with the given name to the given value. If the value is null, the property will effectively be removed.
name
value
null
void setProperty(String name, Object? value);