hints method Null safety

BackgroundRemoval hints(
  1. List<ForegroundObject> hints
)

Implementation

BackgroundRemoval hints(List<ForegroundObject> hints) {
  _hints = hints;
  return this;
}