setRawAttribute method
Stores an attribute value without applying mutators.
Intended for generated code that already applied mutators.
Implementation
void setRawAttribute(String column, Object? value) {
_ensureAttributes()[column] = value;
}
Stores an attribute value without applying mutators.
Intended for generated code that already applied mutators.
void setRawAttribute(String column, Object? value) {
_ensureAttributes()[column] = value;
}