removeAttribute method
- String name
Removes an attribute.
Implementation
void removeAttribute(String name) {
operations.add({
ATTRIBUTE_OPERATION_TYPE: ATTRIBUTE_OPERATION_REMOVE,
ATTRIBUTE_OPERATION_KEY: name
});
}
Removes an attribute.
void removeAttribute(String name) {
operations.add({
ATTRIBUTE_OPERATION_TYPE: ATTRIBUTE_OPERATION_REMOVE,
ATTRIBUTE_OPERATION_KEY: name
});
}