operator []= method
Sets a ValueSetter for a property/attribute
identified by a name
.
Implementation
void operator []=(String name, ValueSetter? setter) {
_attributes[name] = setter;
}
Sets a ValueSetter for a property/attribute
identified by a name
.
void operator []=(String name, ValueSetter? setter) {
_attributes[name] = setter;
}