Sharpen constructor Null safety

Sharpen(
  1. [dynamic strength]
)

Implementation

Sharpen([dynamic strength]) {
  _strength = strength;
}