setAttributeRaw<T extends PythonObjectInterface<PythonFfiDelegate<Object?> , Object?> > method
void
setAttributeRaw<T extends PythonObjectInterface<PythonFfiDelegate<Object?> , Object?> >(
- String attributeName,
- T value
inherited
Sets the attribute with the given name.
Implementation
@override
void setAttributeRaw<
T extends PythonObjectInterface<PythonFfiDelegate<Object?>,
Object?>>(String attributeName, T value) =>
_delegate.setAttributeRaw(attributeName, value);