hints method Null safety
- List<
ForegroundObject> hints
Implementation
BackgroundRemoval hints(List<ForegroundObject> hints) {
_hints = hints;
return this;
}
BackgroundRemoval hints(List<ForegroundObject> hints) {
_hints = hints;
return this;
}