Blackwhite constructor Null safety

Blackwhite(
  1. [dynamic threshold]
)

Implementation

Blackwhite([dynamic threshold]) {
  _threshold = threshold;
}