setRawAttribute method
Set a raw attribute without casting.
Implementation
void setRawAttribute(String key, dynamic value) {
_attributes[key] = value;
}
Set a raw attribute without casting.
void setRawAttribute(String key, dynamic value) {
_attributes[key] = value;
}