matching_threads_count method Null safety

VideoWorkerParams matching_threads_count(
  1. int value
)

Set the number of threads for matching templates with the database.

Implementation

VideoWorkerParams matching_threads_count(int value) {
  _matching_threads_count = value;
  return this;
}