setProperty abstract method
Set the value of the property with the given name
to the given value
.
If the value is null
, the property is removed.
Implementation
@Deprecated('Use Expando instead')
void setProperty(String name, Object? value);
Set the value of the property with the given name
to the given value
.
If the value is null
, the property is removed.
@Deprecated('Use Expando instead')
void setProperty(String name, Object? value);